A.rm_id,
A.role_id,
B.role_type_id,
B.role_code,
B.role_name,
A.account_id
INSERT INTO s_role_member
rm_id,
role_id,
oc_id,
account_id,
#{rmId ,jdbcType=BIGINT},
#{roleId ,jdbcType=BIGINT},
#{ocId ,jdbcType=BIGINT},
#{accountId ,jdbcType=BIGINT},
DELETE
FROM s_role_member
WHERE 1 = 1
and role_id = #{roleId ,jdbcType=BIGINT}
and account_id = #{accountId ,jdbcType=BIGINT}