Explorar o código

质控评分个人sql逻辑调整

chengyao %!s(int64=3) %!d(string=hai) anos
pai
achega
d90e88ecc9
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/main/resources/mapper/BehospitalInfoMapper.xml

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

@@ -1334,6 +1334,9 @@
         <if test="deptName != null and deptName != ''">
             and t.beh_dept_name = #{deptName}
         </if>
+        <if test="deptId != null and deptId != ''">
+            and t.beh_dept_id= #{deptId}
+        </if>
         <if test="name != null and name != ''">
             and t.name like CONCAT('%',#{name},'%')
         </if>