Browse Source

怡海能达发邮件项目,修改为正式代码

zhoudw 6 years ago
parent
commit
5561c76f33
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/java/com/uas/eis/task/ArbillTask.java

+ 2 - 2
src/main/java/com/uas/eis/task/ArbillTask.java

@@ -14,12 +14,12 @@ public class ArbillTask {
     @Autowired
     @Autowired
     SendArbillmailService sendArbillmailService;
     SendArbillmailService sendArbillmailService;
 
 
-    @Scheduled(cron = "0 10 14 * * ?")
+    @Scheduled(cron = "0 55 8 * * ?")
     public void sendArbill_sz() {
     public void sendArbill_sz() {
         sendArbillmailService.send_abillmailbymaster_sz();
         sendArbillmailService.send_abillmailbymaster_sz();
     }
     }
 
 
-    @Scheduled(cron = "0 15 14 * * ?")
+    @Scheduled(cron = "0 0 9 * * ? ")
     public void sendArbill_hk() {
     public void sendArbill_hk() {
         sendArbillmailService.send_abillmailbymaster_hk();
         sendArbillmailService.send_abillmailbymaster_hk();
     }
     }