非系统人员部门id、分部id删除失败
This commit is contained in:
parent
23eba4950b
commit
8d7d3c3ec3
|
|
@ -638,15 +638,11 @@
|
|||
<if test="departmentName != null">
|
||||
department_name=#{departmentName},
|
||||
</if>
|
||||
<if test="departmentId != null">
|
||||
department_id=#{departmentId},
|
||||
</if>
|
||||
<if test="subcompanyName != null">
|
||||
subcompany_name=#{subcompanyName},
|
||||
</if>
|
||||
<if test="subcompanyId != null">
|
||||
subcompany_id=#{subcompanyId},
|
||||
</if>
|
||||
<if test="jobtitleName != null">
|
||||
jobtitle_name=#{jobtitleName},
|
||||
</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue