select f_id, f_warehouse_area_id, f_no, f_name, f_addr, f_status, del_flag, create_by, create_time, update_by, update_time, remark from t_warehouse_location insert into t_warehouse_location f_warehouse_area_id, f_no, f_name, f_addr, f_status, del_flag, create_by, create_time, update_by, update_time, remark, #{fWarehouseAreaId}, #{fNo}, #{fName}, #{fAddr}, #{fStatus}, #{delFlag}, #{createBy}, #{createTime}, #{updateBy}, #{updateTime}, #{remark}, update t_warehouse_location f_warehouse_area_id = #{fWarehouseAreaId}, f_no = #{fNo}, f_name = #{fName}, f_addr = #{fAddr}, f_status = #{fStatus}, del_flag = #{delFlag}, create_by = #{createBy}, create_time = #{createTime}, update_by = #{updateBy}, update_time = #{updateTime}, remark = #{remark}, where f_id = #{fId} delete from t_warehouse_location where f_id = #{fId} delete from t_warehouse_location where f_id in #{fId}