insert into cm_brand_auth (authUserId, authParty, status, createTime, createBy)
values (#{authUserId}, #{authParty}, #{status}, #{createTime}, #{createBy})
update cm_brand_auth
set status = #{status}
where id = #{authId}
update cm_brand_auth
set authParty = #{authParty},
status = #{status}
where id = #{id}
update cm_brand_auth
set auditStatus = #{auditStatus},
invalidReason = #{invalidReason}
where id = #{authId}
delete from cm_brand_auth where id = #{authId}