Commit 56350812 by shenjunjie

Merge remote-tracking branch 'origin/feature' into feature

parents 9c29f434 864c6aae
...@@ -191,7 +191,7 @@ public class BehaviorServiceImpl implements BehaviorService { ...@@ -191,7 +191,7 @@ public class BehaviorServiceImpl implements BehaviorService {
String[] collectionNames = userLogRecordDao.generateCollectionNames(start, end); String[] collectionNames = userLogRecordDao.generateCollectionNames(start, end);
userLogRecordDao.addSort(query, "{\"cTime\":\"descend\"}"); userLogRecordDao.addSort(query, "{\"cTime\":\"descend\"}");
if (StringUtils.isNotEmpty(nickname)) { if (StringUtils.isNotEmpty(nickname)) {
userDao.addKeywordFuzz(query, nickname, "nickname"); userLogRecordDao.addKeywordFuzz(query, nickname, "nickname");
} }
long count = userLogRecordDao.count(query, collectionNames); long count = userLogRecordDao.count(query, collectionNames);
List<UserLogRecord> behaviorList = new ArrayList<>(); List<UserLogRecord> behaviorList = new ArrayList<>();
......
Markdown is supported
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