select id, agent_id, pro, city, area, level, status, create_time from b_busi_agents_location
insert into b_busi_agents_location
agent_id,pro,city,area,level,status,create_time,#{agentId},#{pro},#{city},#{area},#{level},#{status},#{createTime},
update b_busi_agents_location
agent_id = #{agentId},pro = #{pro},city = #{city},area = #{area},level = #{level},status = #{status},create_time = #{createTime},
where id = #{id}
delete from b_busi_agents_location where id = #{id}
delete from b_busi_agents_location where id in
#{id}