Pārlūkot izejas kodu

质控评分(医疗组)deptId判断条件去除

chengyao 4 gadi atpakaļ
vecāks
revīzija
1bb9af4686
1 mainītis faili ar 0 papildinājumiem un 3 dzēšanām
  1. 0 3
      src/main/resources/mapper/BehospitalInfoMapper.xml

+ 0 - 3
src/main/resources/mapper/BehospitalInfoMapper.xml

@@ -611,9 +611,6 @@
         and c1.id = #{userId}
         )
         )
-        <if test="deptId != null and deptId != ''">
-            and t.beh_dept_id = #{deptId}
-        </if>
         <if test="diagnose != null and diagnose != ''">
             AND t.diagnose LIKE CONCAT( '%', #{diagnose}, '%' )
         </if>