"src/main/java/com/git@ustchcs.com:gujinli1118/JSH_ERP.git" did not exist on "d86ac6d08b9af4e2ae4b9112c14f138a91831240"
Commit 95b302b8 authored by Junling Bu's avatar Junling Bu
Browse files

fix[litemall-db]: 关键字查询失败。

parent aec0a97c
...@@ -54,7 +54,7 @@ public class LitemallKeywordService { ...@@ -54,7 +54,7 @@ public class LitemallKeywordService {
criteria.andDeletedEqualTo(false); criteria.andDeletedEqualTo(false);
PageHelper.startPage(page, limit); PageHelper.startPage(page, limit);
return keywordsMapper.selectByExampleSelective(example); return keywordsMapper.selectByExample(example);
} }
public int countSelective(String keyword, String url, Integer page, Integer limit, String sort, String order) { public int countSelective(String keyword, String url, Integer page, Integer limit, String sort, String order) {
......
Supports Markdown
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