This website works better with JavaScript.
Home
Explore
Help
Sign In
server
/
formallProject
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[定时任务][修改][合同状态2小时执行一次]
release_toaliyun_real
gongbiao
6 years ago
parent
24833d066f
commit
7dd6760c8d
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
mallinkSchedule/src/main/java/com/iformall/schedule/ContractSchedule.java
+ 2
- 2
mallinkSchedule/src/main/java/com/iformall/schedule/ContractSchedule.java
View File
@@ -33,9 +33,9 @@ public class ContractSchedule {
/**
*
每天6点执行
*
2小时执行一次
*/
@Scheduled(cron = "0 0
6
* * ?")
@Scheduled(cron = "0 0
0/2
* * ?")
public void sendMsg() {
logger.info("合同状态更新开始");
Write
Preview
Loading…
Cancel
Save