This commit is contained in:
邹宗楠
2025-08-28 17:39:22 +08:00
parent 125dc3a77d
commit 1ad41b23d7
2 changed files with 0 additions and 8 deletions

View File

@@ -250,7 +250,6 @@ func (c *PurchaseHandler) onAfsOrderMsg(msg *mtwmapi.CallbackMsg) (retVal *mtwma
order.NewEarningPrice = order.EarningPrice
}
}
globals.SugarLogger.Debugf("-----order.ShopPrice3:=%s,%d,%d", order.VendorOrderID, order.ShopPrice, order.NewEarningPrice)
dao.UpdateEntity(db, order, "TotalShopMoney", "ShopPrice", "EarningPrice", "NewEarningPrice")
} else {
globals.SugarLogger.Debugf("美团平台售后获取退款金额信息错误: = %v", err)