|
@@ -282,7 +282,7 @@ namespace XYY.Service.Standard.Order.FBA
|
|
|
if (new List<string>() { "USKPLine-5K", "USKPLine-J-5K" }.Contains(item.ChannelCode) && BillWeight / orderBoxs.Sum(x => x.OpLength * x.OpWidth * x.OpHeight / 1000000) >= 300)
|
|
|
{
|
|
|
item.GoodsNames += ";1:300";
|
|
|
- await AddFbaHeavyCargoOtherFee(item.Id, item.CustomerConfirmBillWeight.Value * -1.0m,"重货1:300,-1/kg");
|
|
|
+ await AddFbaHeavyCargoOtherFee(item.OrderId.Value, item.CustomerConfirmBillWeight.Value * -1.0m,"重货1:300,-1/kg");
|
|
|
}
|
|
|
if (!string.IsNullOrEmpty(item.GoodsNames))
|
|
|
{
|