@@ -679,6 +679,12 @@ public class GxtMonthScoreServiceImpl implements IGxtMonthScoreService
}
+ for (GxtMonthFanInspection fanInspection : monthFanInspections) {
+ if ("0".equals(fanInspection.getInspectionTypeId())) {
+ monthFanInspections.remove(fanInspection);
+ break;
+ }
monthScore.setMonthFanInspections(monthFanInspections);