shopId获取修改

This commit is contained in:
张松
2025-02-28 16:33:46 +08:00
parent 64a94e7e12
commit 128f19ba5a
2 changed files with 3 additions and 2 deletions

View File

@@ -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);
}