|
|
@@ -45,7 +45,8 @@ public class TtOrderQueryCpsSchedule { |
|
|
private MaUtil maUtil; |
|
|
private MaUtil maUtil; |
|
|
|
|
|
|
|
|
@Async |
|
|
@Async |
|
|
@Scheduled(cron = "0 0 */1 * * ?") |
|
|
|
|
|
|
|
|
// @Scheduled(cron = "0 0 */1 * * ?") |
|
|
|
|
|
@Scheduled(cron = "0 0/5 * * * ?") |
|
|
public void OrderPushErrorTaskSchedule() { |
|
|
public void OrderPushErrorTaskSchedule() { |
|
|
WxAppinfo appQ = new WxAppinfo(); |
|
|
WxAppinfo appQ = new WxAppinfo(); |
|
|
appQ.setType(EnumAppType.C.getCode()); |
|
|
appQ.setType(EnumAppType.C.getCode()); |
|
|
|