瀏覽代碼

月度工分汇总

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