医院科室人员校验修改

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 = <if test="hospitalIntroduce != null">hospital_introduce =
#{hospitalIntroduce}, #{hospitalIntroduce},
</if> </if>
<if test="hospitalSort != null">hospital_sort = hospital_sort = #{hospitalSort},
#{hospitalSort},
</if>
<if test="orgCode != null"> <if test="orgCode != null">
org_code = #{orgCode}, org_code = #{orgCode},
</if> </if>

View File

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