多店铺需求

This commit is contained in:
Tankaikai 2025-04-08 15:18:37 +08:00
parent 360477acae
commit 54b5b168bb
1 changed files with 2 additions and 2 deletions

View File

@ -40,9 +40,9 @@ public class ShopBranchServiceImpl implements ShopBranchService {
private ShopConfigMapper shopConfigMapper;
@Resource
private ShopInfoMapper shopInfoMapper;
@Resource
private ShopSyncService shopSyncService;
@DubboReference
private ShopSyncService shopSyncService;
@Resource
private ShopUserSyncService shopUserSyncService;