zj
2025-05-02 01830e44921b187b448d8cce9c9a46b9ad55af43
src/main/java/project/web/admin/AdminNewsController.java
@@ -183,8 +183,9 @@
         if (!StringUtils.isEmptyString(end_time)) {
            end_date = sdf.parse(end_time);
         }
         String path = Constants.WEB_URL + "/public/showimg!showImg.action?imagePath=";
         news.setId(ApplicationUtil.getCurrentTimeUUID());
         news.setImgUrl(img_url);
         news.setImgUrl(path+img_url);
         news.setImgJumpUrl(img_jump_url);
         news.setClick(click_int);
         news.setPopUp(pop_up_int);