|
@@ -153,7 +153,7 @@ public class DilBatchServiceImpl implements IDilBatchService {
|
|
|
return i;
|
|
|
}
|
|
|
|
|
|
- @Scheduled(cron = "0 0 0,6,12,18 * * ?")
|
|
|
+ @Scheduled(fixedRate = 1000*60*60)
|
|
|
public void AutoBindBatch(){
|
|
|
System.out.println("定时绑定批次:"+new Date());
|
|
|
List<Map<String, Object>> list=dilBatchMapper.findBatchForBind(new HashMap<>());
|