同步过滤逻辑修改2
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ public class AsyncUserShipperMasterDataSyncService {
|
|||||||
@Resource
|
@Resource
|
||||||
private RedisLock redisLock;
|
private RedisLock redisLock;
|
||||||
|
|
||||||
@Async
|
@Async("taskScheduler")
|
||||||
public void syncMasterDataAsync(LoginUser loginUser, String lockKey) {
|
public void syncMasterDataAsync(LoginUser loginUser, String lockKey) {
|
||||||
Long organizationId = loginUser.getUserPo().getOrganizationId();
|
Long organizationId = loginUser.getUserPo().getOrganizationId();
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user