Commit 864c6aae by 陈健智

用户操作记录调整

parent 985bf01d
......@@ -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