Commit 225d90b4 by shenjunjie

Merge branch 'release' into 'master'

Release

See merge request !306
parents 4dc7031c acee01fc
......@@ -191,7 +191,7 @@ public class BehaviorServiceImpl implements BehaviorService {
String[] collectionNames = userLogRecordDao.generateCollectionNames(start, end);
userLogRecordDao.addSort(query, "{\"cTime\":\"descend\"}");
if (StringUtils.isNotEmpty(nickname)) {
userDao.addKeywordFuzz(query, nickname, "nickname");
userLogRecordDao.addKeywordFuzz(query, nickname, "nickname");
}
long count = userLogRecordDao.count(query, collectionNames);
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