多店铺需求
This commit is contained in:
parent
be566206ac
commit
cf7edfe5da
|
|
@ -102,7 +102,7 @@ public class ShopInfoController {
|
|||
Long shopId = StpKit.USER.getShopId(0L);
|
||||
Long headId = StpKit.USER.getHeadId();
|
||||
List<TokenSign> tokenSignList = StpKit.USER.getSession().getTokenSignList();
|
||||
List<ShopBranchSelectDTO> data = shopInfoService.findShopBranch((headId != null&& CollUtil.isEmpty(tokenSignList)) ? headId : shopId);
|
||||
List<ShopBranchSelectDTO> data = shopInfoService.findShopBranch((headId != null && CollUtil.isEmpty(tokenSignList)) ? headId : shopId);
|
||||
return CzgResult.success(data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue