fix: 基础数据更新增加事务控制

This commit is contained in:
zhangyanduan
2022-06-02 14:08:09 +08:00
parent 096132126d
commit 577c6c5a82
3 changed files with 148 additions and 102 deletions
@@ -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(); //时间长
}