医院科室人员校验修改

This commit is contained in:
zhangheng 2023-11-17 09:40:00 +08:00
parent 2ae7b95854
commit 78d71cfd5a
2 changed files with 2 additions and 6 deletions

View File

@ -153,9 +153,7 @@
<if test="hospitalIntroduce != null">hospital_introduce =
#{hospitalIntroduce},
</if>
<if test="hospitalSort != null">hospital_sort =
#{hospitalSort},
</if>
hospital_sort = #{hospitalSort},
<if test="orgCode != null">
org_code = #{orgCode},
</if>

View File

@ -327,9 +327,7 @@
<if test="hospitalId != null">hospital_id =
#{hospitalId},
</if>
<if test="departmentId != null">department_id =
#{departmentId},
</if>
department_id = #{departmentId},
<if test="personCode != null">person_code =
#{personCode},
</if>