@@ -302,7 +302,6 @@ public class StudentVisitServiceImpl extends BaseServiceImpl<Integer, StudentVis
} else {
if ("已解决".equals(row.get(s).toString())) {
objectMap.put(columnValue, 1);
- break;
}