select id, phone, label_id, station_id, create_by, create_time, update_by, update_time, del_flag from customer_label
insert into customer_label
phone,label_id,station_id,create_by,create_time,update_by,update_time,del_flag,#{phone},#{labelId},#{stationId},#{createBy},#{createTime},#{updateBy},#{updateTime},#{delFlag},
update customer_label
phone = #{phone},label_id = #{labelId},station_id = #{stationId},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},del_flag = #{delFlag},
where id = #{id}
delete from customer_label where id = #{id}
delete from customer_label where id in
#{id}