1、事务问题

This commit is contained in:
大米 2024-06-13 14:56:56 +08:00
parent e76f8bd2e6
commit dfa6939f43
1 changed files with 2 additions and 1 deletions

View File

@ -209,7 +209,8 @@ public class MaterialService {
materialMainService.saveOrUpdateBatch(resultList);
initCategoryInfo(syncOaEnts);
//同步OA
CompletableFuture.runAsync(() -> sysnToOa(syncOaEnts),syncOAThreadPool);
sysnToOa(syncOaEnts);
// CompletableFuture.runAsync(() -> sysnToOa(syncOaEnts),syncOAThreadPool);
return result;
}