fix: 基础数据更新增加事务控制
This commit is contained in:
@@ -27,7 +27,7 @@ public class ScheduledSync {
|
||||
@Scheduled(cron="0 0 2 * * ?")
|
||||
|
||||
@Async
|
||||
public void syncSchedulingTasks() throws Exception {
|
||||
public void syncSchedulingTasks() {
|
||||
iDataSyncService.orgDataSync(); //时间短
|
||||
iDataSyncService.dataSync(); //时间长
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user