非系统人员部门id、分部id删除失败

This commit is contained in:
Harryxzy 2024-04-12 15:06:32 +08:00
parent 23eba4950b
commit 8d7d3c3ec3
1 changed files with 0 additions and 4 deletions

View File

@ -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>