组织架构考勤规则修改二次提交

This commit is contained in:
fl 2024-12-02 19:36:21 +08:00
parent f71fd51557
commit e89b9a4bdc
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
where id = #{id}
</delete>
<insert id="insertOrgChange" useGeneratedKeys="true" keyColumn="id" keyProperty="groupId">
<insert id="insertOrgChange">
insert into org_change(user_id, old_org_id, new_org_id,is_change_att_group, change_effective_date, is_check
<if test="oldAttGroup != null and oldAttGroup != ''">,old_att_group</if>
<if test="newAttGroup != null and newAttGroup != ''">,new_att_group</if>