|
|
|
@@ -43,8 +43,8 @@ public class DaliyAmountSchedule { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//@Scheduled(cron = "0 0 1 * * ?") // 每天凌晨1点盘点前一天的数据 |
|
|
|
@Scheduled(cron = "*/30 * * * * ?") // 测试10秒中一次 |
|
|
|
@Scheduled(cron = "0 0 1 * * ?") // 每天凌晨1点盘点前一天的数据 |
|
|
|
//@Scheduled(cron = "*/30 * * * * ?") // 测试10秒中一次 |
|
|
|
@Transactional(propagation = Propagation.REQUIRED, readOnly = false, rollbackFor = {Exception.class}) |
|
|
|
public void daliyAmountSchedule() { |
|
|
|
|
|
|
|
|