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
合同续签
release_toaliyun_real
furunxin
5 years ago
parent
3b42a2709f
commit
66efaeb320
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mallinkSchedule/src/main/java/com/iformall/schedule/ContractSchedule.java
+ 1
- 1
mallinkSchedule/src/main/java/com/iformall/schedule/ContractSchedule.java
View File
@@ -36,7 +36,7 @@ public class ContractSchedule {
/**
* 2小时执行一次
*/
@Scheduled(cron = "0
*/1 *
* * ?")
@Scheduled(cron = "0
0 0/2
* * ?")
public void sendMsg() {
logger.info("合同状态更新开始");
Write
Preview
Loading…
Cancel
Save