admin
2019-03-15 a8e45a802600ca1cde28fe8522a26635328bbd99
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 ")