`id`, `seller_agent_id`, `merchant_u_id`, `create_time`, `update_time`, `plat`
where 1 = 1
and `id` = #{id}
and `seller_agent_id` = #{sellerAgentId}
and `plat` = #{plat}
and `id` in
#{idItem}
delete from seller_agent_account where `id` = #{id}
delete from seller_agent_account where `seller_agent_id` = #{agentId}