Explorar el Código

月度工分汇总

wanglt hace 3 meses
padre
commit
24721efac6

+ 6 - 0
ygtx-gxt/src/main/java/com/ygtx/gxt/service/impl/GxtMonthScoreServiceImpl.java

@@ -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);