医院科室人员校验修改
This commit is contained in:
parent
2ae7b95854
commit
78d71cfd5a
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user