|
|
@@ -40,7 +40,7 @@ public class OrderTask {
|
|
|
@Resource
|
|
|
private KwrRecordOrderWeightService kwrRecordOrderWeightService;
|
|
|
|
|
|
- @Scheduled(cron = "0 0/30 * * * ?")
|
|
|
+ @Scheduled(cron = "0 0/15 * * * ?")
|
|
|
public void task() {
|
|
|
List<ArchiveOrderDto> archiveOrderDtos = transportRemoteService.queryArchiveOrder(15);
|
|
|
if (CollUtil.isNotEmpty(archiveOrderDtos)) {
|