组织架构考勤规则修改二次提交
This commit is contained in:
parent
f71fd51557
commit
e89b9a4bdc
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue