-- 退库接收-维修数量
alter table bm_storage_log
drop column maintenance_num;
add repair_num int null comment '退库接收-维修数量' AFTER `pass_num`;