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