bug--关键词搜索

This commit is contained in:
taochengbo
2020-06-05 22:10:51 +08:00
parent 8afb2b52b6
commit 8c687cef3f

View File

@ -196,7 +196,7 @@ public class YxStoreProductServiceImpl extends BaseServiceImpl<YxStoreProductMap
}
//关键字搜索
if(StrUtil.isNotEmpty(productQueryParam.getKeyword())){
wrapper.like("store_name",productQueryParam.getKeyword());
wrapper.like("keyword",productQueryParam.getKeyword());
}
//新品搜索