|  | @@ -54,7 +54,6 @@ public class InspectionItemServiceImpl extends BaseServiceImpl<Long, InspectionI
 | 
	
		
			
				|  |  |                  if (row.getItem().equals(InspectionItemEnum.INSPECT)) continue;
 | 
	
		
			
				|  |  |                  for (TeacherVisitDto teacherVisitCount : teacherVisitCounts) {
 | 
	
		
			
				|  |  |                      if (teacherVisitCount.getTeacherId().equals(row.getUserId()) &&
 | 
	
		
			
				|  |  | -                            teacherVisitCount.getOrganId().equals(row.getOrganId()) &&
 | 
	
		
			
				|  |  |                              DateUtil.dateToString(row.getMonth(), "yyyy-MM").equals(teacherVisitCount.getMonth())
 | 
	
		
			
				|  |  |                      ) {
 | 
	
		
			
				|  |  |                          row.setSubmittedTimes(teacherVisitCount.getNum());
 |