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
fix cashout
release_toaliyun_real
xiaohanzi
5 years ago
parent
2364863e75
commit
7c7bdc8bdd
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/CashOutSchedule.java
+ 1
- 1
mallinkSchedule/src/main/java/com/iformall/schedule/CashOutSchedule.java
View File
@@ -57,7 +57,7 @@ public class CashOutSchedule {
}
@Scheduled(cron = "0
0
5 * * ?") // 每天凌晨00:05
@Scheduled(cron = "0 5
0
* * ?") // 每天凌晨00:05
public void merchantCountSchedule() {
List<WxMall> malls = getMalls();
for (WxMall mall : malls) {
Write
Preview
Loading…
Cancel
Save