1
zj
2025-04-30 1e24ff3195adcd0807c110f2c3919bba0d847934
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);