alter table wms_production_task modify order_id bigint null comment '订单ID'; alter table wms_production_task modify order_item_id bigint null comment '订单明细ID';