@@ -235,7 +235,7 @@ public class MQTask implements InitializingBean {
}
/**客诉系统 自动追踪发货信息**/
- @Scheduled(cron = "0 0/1 * * * ?")//每三分钟执行一次
+ @Scheduled(cron = "0 0/30 * * * ?")//每30分钟执行一次
public void synchronousDelivery()throws Exception{
/*同步维修订单*/
Repair repair = new Repair();