This commit is contained in:
邹宗楠
2024-06-06 14:33:54 +08:00
parent fa2b4bb250
commit 25fbe9ef84

View File

@@ -311,6 +311,7 @@ func (c *PurchaseHandler) GetOrderAfsInfo(ctx *jxcontext.Context, vendorOrderID,
var afsTotalShopMoney int64
if list, err := api.MtwmAPI.GetOrderRefundDetail(utils.Str2Int64(vendorOrderID), 0); err == nil {
for _, v := range list {
globals.SugarLogger.Debugf("=================list-v := %s", utils.Format4Output(v, false))
if v.RefundPartialEstimateCharge.SettleAmount != "" {
afsTotalShopMoney += jxutils.StandardPrice2Int(utils.Str2Float64(v.RefundPartialEstimateCharge.SettleAmount))
}