bms2相关修改;
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ public class BillingScheduler {
|
||||
private ScheduledTaskService scheduledTaskService;
|
||||
|
||||
// 每10秒扫描一次
|
||||
//@Scheduled(fixedDelay = 10000)
|
||||
@Scheduled(fixedDelay = 10000)
|
||||
@Transactional
|
||||
public void scanAndExecute() {
|
||||
// 查询当前时间前1分钟内待执行的任务
|
||||
|
||||
Reference in New Issue
Block a user