Commit 0859cea7 by 陈健智

用户操作记录修复

parent 2f21c9a5
......@@ -210,7 +210,7 @@ public class BehaviorServiceImpl implements BehaviorService {
pageSizeFlag = size - behaviorList.size();
}
}
long count = userLogRecordDao.count(query);
long count = userLogRecordDao.count(query, collectionNames);
return PageVO.createPageVo(count, page, size, behaviorList);
}
......
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