@@ -42,7 +42,7 @@ public class ComListSchedule {
* 生成抢单通知
*/
@Transactional
- @Scheduled(fixedDelay = 5*60 * 1000)
+ @Scheduled(fixedDelay = 1*60 * 1000)
public void task() {
comListLogic.upFile();
}