Commit acee01fc by shenjunjie

Merge branch 'feature' into 'release'

用户操作记录调整

See merge request !305
parents 491d70cf 864c6aae
......@@ -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