消息通知
This commit is contained in:
@@ -108,7 +108,7 @@ public class ShopBranchServiceImpl implements ShopBranchService {
|
||||
shopConfigMapper.update(branchConfig);
|
||||
ThreadUtil.execAsync(() -> {
|
||||
// 同步商品和耗材
|
||||
shopSyncService.sync(shopId, branchShop.getId());
|
||||
shopSyncService.sync(shopId, branchShop.getId(), StpKit.USER.getLoginIdAsLong());
|
||||
});
|
||||
ThreadUtil.execAsync(() -> {
|
||||
// 同步会员信息
|
||||
|
||||
Reference in New Issue
Block a user