Ver código fonte

条目缺陷占比单项否决选全部时,是跟否分开统计

zhaops 5 anos atrás
pai
commit
818137e9a8
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      src/main/resources/mapper/QcresultInfoMapper.xml

+ 6 - 0
src/main/resources/mapper/QcresultInfoMapper.xml

@@ -334,6 +334,9 @@
         GROUP BY
         e.id,
         e.NAME,
+        <if test="filterPageVO.isReject == null">
+            d.is_reject,
+        </if>
         e.cases_id,
         e.cases_name
         ) t1,
@@ -809,6 +812,9 @@
         e.NAME,
         a.beh_dept_id,
         a.beh_dept_name,
+        <if test="filterPageByDeptVO.isReject == null">
+             d.is_reject,
+        </if>
         e.cases_id,
         e.cases_name
         ) t1,