删除打印

This commit is contained in:
邹宗楠
2023-07-12 13:56:48 +08:00
parent a217cadbe4
commit 2c34badf6b
13 changed files with 9 additions and 87 deletions

View File

@@ -214,6 +214,5 @@ func (p *PurchaseHandler) OrderDetail2Financial(result *domain591.AlibabaAelophy
orderFinancial.SelfDeliveryDiscountMoney = *result.SkuDiscountPlatformFee // 平台承担运费补贴(商家自送)+
orderFinancial.DistanceFreightMoney = 0
globals.SugarLogger.Debugf("orderFinancial===============: %s", utils.Format4Output(orderFinancial, false))
return orderFinancial
}