Sfoglia il codice sorgente

定时任务不加补充字段

sjx 2 anni fa
parent
commit
cc3cd4797d

+ 0 - 1
ruoyi-system/src/main/java/com/ruoyi/system/utils/SpringTaskConfig.java

@@ -33,7 +33,6 @@ public class SpringTaskConfig {
         postCollectionsSystemList = postCollectionsSystemList.stream().map((item)->{
             Date startTime = item.getStartTime();
             Date endTime = item.getEndTime();
-            Long type = item.getType();
             if (null!=startTime && null!=endTime){
                 if (nowDate.before(startTime)){
                     item.setType((long) 1);