Browse Source

//tt cps

release_toaliyun_real
xhxu 3 years ago
parent
commit
1bfedf034c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      mallinkSchedule/src/main/java/com/iformall/schedule/TtOrderQueryCpsSchedule.java

+ 2
- 1
mallinkSchedule/src/main/java/com/iformall/schedule/TtOrderQueryCpsSchedule.java View File

@@ -45,7 +45,8 @@ public class TtOrderQueryCpsSchedule {
private MaUtil maUtil;

@Async
@Scheduled(cron = "0 0 */1 * * ?")
// @Scheduled(cron = "0 0 */1 * * ?")
@Scheduled(cron = "0 0/5 * * * ?")
public void OrderPushErrorTaskSchedule() {
WxAppinfo appQ = new WxAppinfo();
appQ.setType(EnumAppType.C.getCode());


Loading…
Cancel
Save