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