select id, number, name, company, remark, create_by, create_time, update_by, update_time from tb_location insert into tb_location number, name, company, remark, create_by, create_time, update_by, update_time, #{number}, #{name}, #{company}, #{remark}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, update tb_location number = #{number}, name = #{name}, company = #{company}, remark = #{remark}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, where id = #{id} delete from tb_location where id = #{id} delete from tb_location where id in #{id}