This commit is contained in:
suyl
2021-06-21 15:49:23 +08:00
parent 1926e3b312
commit c827df8e74
2 changed files with 2 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ func (c *PurchaseHandler) GetOrderAfsInfo(ctx *jxcontext.Context, vendorOrderID,
afsTotalShopMoney += v.FreightBill + v.GoodsBill + v.MarketBill + v.PackageBill
}
}
orderAfsInfo.AfsTotalShopMoney = order.TotalShopMoney + int64(afsTotalShopMoney)
}
orderAfsInfo.AfsTotalShopMoney = int64(-afsTotalShopMoney)
return orderAfsInfo, err
}