|
@@ -358,7 +358,7 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
|
|
|
List<IndexErrInfoDto> oneChild = new ArrayList<>();
|
|
|
|
|
|
oneChild.add(new IndexErrInfoDto(IndexErrorType.HIGH_CLASS_STUDENT_LESS_THAN_THREE, IndexErrorType.HIGH_CLASS_STUDENT_LESS_THAN_THREE.getMsg(), indexBaseMonthDataDao.countLessThenThreeClassGroupNum(organIds), null));
|
|
|
- int errInspection = indexBaseMonthDataDao.queryErrInspection(organIds);
|
|
|
+ int errInspection = indexBaseMonthDataDao.queryErrInspection(organIds,startTime);
|
|
|
oneChild.add(new IndexErrInfoDto(IndexErrorType.MUSIC_PATROL_ITEM, IndexErrorType.MUSIC_PATROL_ITEM.getMsg(),errInspection, null));
|
|
|
|
|
|
one.setNum(oneChild.stream().mapToInt(IndexErrInfoDto::getNum).sum());
|
|
@@ -470,7 +470,7 @@ public class IndexBaseMonthDataServiceImpl extends BaseServiceImpl<Long, IndexBa
|
|
|
flag1 = true;
|
|
|
}
|
|
|
if(!flag1){
|
|
|
- int errInspection = indexBaseMonthDataDao.queryErrInspection(organIds);
|
|
|
+ int errInspection = indexBaseMonthDataDao.queryErrInspection(organIds,startTime);
|
|
|
if(errInspection > 0){
|
|
|
flag1 = true;
|
|
|
}
|