소스 검색

月度工分汇总

wanglt 3 달 전
부모
커밋
24721efac6
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      ygtx-gxt/src/main/java/com/ygtx/gxt/service/impl/GxtMonthScoreServiceImpl.java

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