Sfoglia il codice sorgente

质控评分个人sql逻辑调整

chengyao 3 anni fa
parent
commit
d90e88ecc9
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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>