李雨欣 8.26 15:34 测试查询商品全部数据接口

master
liyuxin 2024-08-26 20:31:04 +08:00
parent a65b307767
commit 1fe805b675
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class ProductServiceImpl extends ServiceImpl<ProductMapper, Product> impl
*
*/
if (StringUtils.isBlank(productListResp.getProductName())) {
if (StringUtils.isNotBlank(productListResp.getProductName())) {
lambdaQueryWrapperlist.like(Product::getProductName, productListResp.getProductName());
}
/**