|
@@ -94,6 +94,8 @@ namespace XYY.Service.Standard.ChannelApi.Sengi.Shiphubx
|
|
|
// else
|
|
|
// refrn
|
|
|
//}
|
|
|
+ if (order.CreateOrderChannelId == 496)
|
|
|
+ refrno = order.TransferNumber;
|
|
|
decimal avgweight = order.CustomerWeight / (decimal)goods.Sum(x => x.Quantity);
|
|
|
decimal orderWeight = order.CustomerWeight;
|
|
|
CreateOrderReq req = new CreateOrderReq
|