Merge branch 'gyj' into test

This commit is contained in:
2024-08-28 13:35:19 +08:00

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