shopId获取修改
This commit is contained in:
@@ -43,7 +43,7 @@ public class ShopExtendServiceImpl extends ServiceImpl<ShopExtendMapper, ShopExt
|
||||
|
||||
@Override
|
||||
public List<ShopExtend> listInfo(Long shopId, String autoKey) {
|
||||
QueryWrapper queryWrapper = new QueryWrapper().eq(ShopExtend::getShopId, StpKit.USER.getShopId());
|
||||
QueryWrapper queryWrapper = new QueryWrapper().eq(ShopExtend::getShopId, shopId);
|
||||
if (StrUtil.isNotBlank(autoKey)) {
|
||||
queryWrapper.eq(ShopExtend::getAutoKey, autoKey);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user