فهرست منبع

Merge branch '20211018_yw_check' into test_qiyuan

chengyao 3 سال پیش
والد
کامیت
cb859ad741
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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 != ''">
         <if test="deptName != null and deptName != ''">
             and t.beh_dept_name = #{deptName}
             and t.beh_dept_name = #{deptName}
         </if>
         </if>
+        <if test="deptId != null and deptId != ''">
+            and t.beh_dept_id= #{deptId}
+        </if>
         <if test="name != null and name != ''">
         <if test="name != null and name != ''">
             and t.name like CONCAT('%',#{name},'%')
             and t.name like CONCAT('%',#{name},'%')
         </if>
         </if>