Merge branch 'gyj' into test

This commit is contained in:
yijiegong 2024-08-28 13:35:19 +08:00
commit 8558343524
1 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,8 @@ public class TbShopAdServiceImpl extends ServiceImpl<TbShopAdMapper, TbShopAd> i
return ResponseEntity.badRequest().body("店铺ID不能为空");
}
wrapper.eq("shop_id", params.get("shopId"));
if (StrUtil.isNotBlank((String) params.get("status"))) {
wrapper.eq("status", params.get("status"));
}