Compare commits

..

2 Commits

Author SHA1 Message Date
cll 0048d2ffec Merge branch 'dev/cll-fix' 2025-08-09 02:07:42 +08:00
cll 4d348acf7f fix: 创建运单stockPointId 2025-08-09 02:07:22 +08:00
1 changed files with 1 additions and 1 deletions

View File

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