Browse Source

多余代码清理

chengyao 4 years ago
parent
commit
2a7beea713
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/main/resources/mapper/BehospitalInfoMapper.xml

+ 1 - 2
src/main/resources/mapper/BehospitalInfoMapper.xml

@@ -891,7 +891,6 @@
         AND c.is_deleted = 'N'
         AND a.hospital_id = c.hospital_id
         AND a.beh_dept_id = c.dept_id
-        AND a.qc_type_id != 0
         <if test="isPlacefile != null and isPlacefile != ''">
             and a.is_placefile = #{isPlacefile}
         </if>
@@ -10626,7 +10625,7 @@
             </if>
         </if>
         <if test="deptName != null and deptName != ''">
-            AND a.beh_dept_name= #{deptName}qcCheckStatisticsByDept
+            AND a.beh_dept_name= #{deptName}
         </if>
         <if test="casesEntryIds != null and casesEntryIds.size()>0">
             AND c.cases_entry_id IN