bug
This commit is contained in:
@@ -39,6 +39,7 @@ public class ShopProductController {
|
||||
if (StringUtils.isNotEmpty(params.get("productName").toString())) {
|
||||
wrapper.like(ShopProduct::getProductName, params.get("productName"));
|
||||
}
|
||||
wrapper.eq(StringUtils.isNotBlank(params.get("goodsType").toString())&¶ms.get("goodsType").toString()!="00",ShopProduct::getGoodsType,params.get("goodsType").toString());
|
||||
wrapper.orderByAsc(ShopProduct::getSort);
|
||||
wrapper.orderByAsc(ShopProduct::getCreateTime);
|
||||
Page<ShopProduct> res = shopProductService.page(new Page<>(
|
||||
|
||||
Reference in New Issue
Block a user