浏览代码

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

chengyao 4 年之前
父节点
当前提交
1bb9af4686
共有 1 个文件被更改,包括 0 次插入3 次删除
  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>