update cm_brand_auth set status = #{status} where id = #{authId} update cm_brand_auth set authParty = #{authParty}, status = #{status} where id = #{authId} delete from cm_brand_auth where id = #{authId}