Commit 1d1255e2 by 郑勇

bug: [none] 10人扫码不是10次

parent cde6ee95
......@@ -4522,7 +4522,7 @@ public class BookBizImpl implements BookBiz {
List<Object> recordList = pageBean.getRecordList();
for (Object object : recordList) {
BookDto bookDto = (BookDto) object;
if(null!=bookDto.getScanCount() && bookDto.getScanCount()>10){
if(null!=bookDto.getBrowserCounts() && bookDto.getBrowserCounts()>10){
return bookDto;
}
}
......
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