‘linchangsheng’ 4 hónapja
szülő
commit
d04264c851

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/schedule/ComListSchedule.java

@@ -42,7 +42,7 @@ public class ComListSchedule {
      * 生成抢单通知
      */
     @Transactional
-    @Scheduled(fixedDelay = 5*60 * 1000)
+    @Scheduled(fixedDelay = 1*60 * 1000)
     public void task() {
         comListLogic.upFile();
     }