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

This commit is contained in:
Junling Bu
2018-04-16 23:04:54 +08:00
parent aec0a97c4b
commit 95b302b83e

View File

@@ -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) {