fix: id=0导致sqlserver的insert失败

This commit is contained in:
dhb52
2024-05-06 23:28:33 +08:00
parent 0222eef6b5
commit 0fb70607d9
14 changed files with 24 additions and 24 deletions

View File

@ -141,7 +141,7 @@ export const getExpressTrackList = async (id: number | null) => {
}
export interface DeliveryVO {
id: number // 订单编号
id?: number // 订单编号
logisticsId: number | null // 物流公司编号
logisticsNo: string // 物流编号
}