Compare commits

..

No commits in common. "0048d2ffec4b09a3679e4092ce2489d2a3169b1e" and "6ae4476d0c2a2c59743e7276ed640c5362078d16" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ export class LogisticsService {
const shipment = await shipmentRepo.save({
tracking_provider: 'uniuni-express', // todo: id未确定后写进常数
unique_id: resShipmentOrder.data.uni_order_sn,
stockPointId: String(data.stockPointId), // todo
stockPointId: '1', // todo
state: resShipmentOrder.data.uni_status_code,
return_tracking_number: resShipmentOrder.data.tno,
fee: data.details.shipmentFee,