1、事务问题
This commit is contained in:
parent
e76f8bd2e6
commit
dfa6939f43
|
|
@ -209,7 +209,8 @@ public class MaterialService {
|
||||||
materialMainService.saveOrUpdateBatch(resultList);
|
materialMainService.saveOrUpdateBatch(resultList);
|
||||||
initCategoryInfo(syncOaEnts);
|
initCategoryInfo(syncOaEnts);
|
||||||
//同步OA
|
//同步OA
|
||||||
CompletableFuture.runAsync(() -> sysnToOa(syncOaEnts),syncOAThreadPool);
|
sysnToOa(syncOaEnts);
|
||||||
|
// CompletableFuture.runAsync(() -> sysnToOa(syncOaEnts),syncOAThreadPool);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue