Commit 0b362d2e by huluobin

采购搜索

parent eddfbc75
......@@ -34,7 +34,7 @@ public class PurchaseSkuServiceImpl extends ServiceImpl<PurchaseSkuMapper, Purch
LambdaQueryWrapper<PurchaseSku> wrapper = new LambdaQueryWrapper<>();
if (StringUtils.isNotEmpty(keyWord)) {
wrapper.eq(PurchaseSku::getSkuName, keyWord);
wrapper.like(PurchaseSku::getSkuName, keyWord);
}
return purchaseSkuMapper.selectPage(purchaseSkuIPage, wrapper);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment