소스 검색

演练参与人次 不统计缺陷人员

zhulu 10 달 전
부모
커밋
83578c8ec1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      soc-modules/soc-modules-system/src/main/resources/mapper/system/SysOrgMapper.xml

+ 1 - 0
soc-modules/soc-modules-system/src/main/resources/mapper/system/SysOrgMapper.xml

@@ -1197,6 +1197,7 @@ and
           and a.`status` in (2,3)
           and a.org_path    like concat(concat('%',#{orgPath}),'%')
           AND a.drill_start_time BETWEEN #{startTime} and #{endTime}
+          and c.type =1
     </select>
     <select id="getAlone" resultType="java.lang.Integer">
         select count(*) from sys_org_extend  a