|
@@ -396,7 +396,7 @@ public class SubjectChangeServiceImpl extends BaseServiceImpl<Integer, SubjectCh
|
|
|
MapUtil.populateMap(params, queryInfo);
|
|
|
|
|
|
List<SubjectChange> dataList = new ArrayList<>();
|
|
|
- int count = this.findCount(params);
|
|
|
+ int count = subjectChangeDao.queryCount(params);
|
|
|
|
|
|
if (count > 0) {
|
|
|
pageInfo.setTotal(count);
|