Merge branch 'gyj' into test
This commit is contained in:
commit
8558343524
|
|
@ -96,6 +96,8 @@ public class TbShopAdServiceImpl extends ServiceImpl<TbShopAdMapper, TbShopAd> i
|
||||||
return ResponseEntity.badRequest().body("店铺ID不能为空");
|
return ResponseEntity.badRequest().body("店铺ID不能为空");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wrapper.eq("shop_id", params.get("shopId"));
|
||||||
|
|
||||||
if (StrUtil.isNotBlank((String) params.get("status"))) {
|
if (StrUtil.isNotBlank((String) params.get("status"))) {
|
||||||
wrapper.eq("status", params.get("status"));
|
wrapper.eq("status", params.get("status"));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue