Commit 95b302b8 authored by Junling Bu's avatar Junling Bu
Browse files

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

parent aec0a97c
......@@ -54,7 +54,7 @@ public class LitemallKeywordService {
criteria.andDeletedEqualTo(false);
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) {
......
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