@@ -435,7 +435,7 @@ public class MQTask implements InitializingBean {
/**客诉系统 自动追踪发货信息**/
- @Scheduled(cron = "0 0/30 * * * ?")//每30分钟执行一次
+ @Scheduled(cron = "0 0/60 * * * ?")//每60分钟执行一次
// @Scheduled(cron = "0 0/1 * * * ?")//每1分钟执行一次
public void syncSendBackCustomer()throws Exception{
CustomerCommon customerCommon = new CustomerCommon();