admin
2019-03-19 a489609934155d3a9417ebfd315afbadd1d9b95f
fanli/src/main/java/com/yeshi/fanli/job/ThreeSaleJob.java
@@ -20,14 +20,8 @@
   @Scheduled(cron = "0 0 */1 * * ? ")
   public void twentyFour() {
//      if (Constant.IS_TASK)
//         threeSaleSerivce.validateTwentyFour();
   }
   @Scheduled(cron = "0 0 0 * * ? ")
   public void aYear() {
      if (Constant.IS_TASK)
         threeSaleSerivce.validate365();
      // if (Constant.IS_TASK)
      // threeSaleSerivce.validateTwentyFour();
   }
   @Scheduled(cron = "0 0 0 ? * MON ")