fix[litemall-db]: 关键字查询失败。
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user