A.gmp_id,
A.oc_id,
A.group_id,
B.group_name,
A.account_id,
D.account_name,
D.account_real_name,
A.position_id,
C.position_name
insert into s_group_member_position
oc_id,
gmp_id,
group_id,
account_id,
position_id,
created_by,
created_at,
#{ocId,jdbcType=BIGINT},
#{gmpId,jdbcType=BIGINT},
#{groupId,jdbcType=BIGINT},
#{accountId,jdbcType=BIGINT},
#{positionId,jdbcType=BIGINT},
#{createdBy,jdbcType=BIGINT},
#{createdAt,jdbcType=TIMESTAMP},
UPDATE s_group_member_position
group_id = #{groupId,jdbcType=BIGINT},
account_id = #{accountId,jdbcType=BIGINT},
position_id = #{positionId,jdbcType=BIGINT},
updated_by = #{updatedBy,jdbcType=BIGINT},
updated_at = #{updatedAt,jdbcType=TIMESTAMP},
WHERE gmp_id = #{gmpId ,jdbcType=BIGINT}
AND oc_id = #{ocId ,jdbcType=BIGINT}
DELETE FROM s_group_member_position
WHERE 1 = 1
and oc_id = #{ocId}
AND group_id = #{groupId ,jdbcType=BIGINT}
AND account_id = #{accountId ,jdbcType=BIGINT}
AND position_id = #{positionId ,jdbcType=BIGINT}
AND gmp_id = #{gmpId ,jdbcType=BIGINT}