From 43f2974e2532cb23e08d53910c10d9f1da880a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 7 Feb 2025 09:17:03 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/orderman_ext.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/business/jxcallback/orderman/orderman_ext.go b/business/jxcallback/orderman/orderman_ext.go index 1d9908a42..4b9938142 100644 --- a/business/jxcallback/orderman/orderman_ext.go +++ b/business/jxcallback/orderman/orderman_ext.go @@ -387,7 +387,6 @@ func (c *OrderManager) GetOrders(ctx *jxcontext.Context, isIncludeFake bool, fro } } case model.ServerTypePet: - globals.SugarLogger.Debugf("---------orderId1 := %s", "11111111") sql := ` SELECT sum(o.sale_price*o.count) - sum(n.price*o.count ) income FROM order_sku o @@ -404,8 +403,6 @@ func (c *OrderManager) GetOrders(ctx *jxcontext.Context, isIncludeFake bool, fro var baiHuo = &struct { Income int64 `json:"income"` }{} - globals.SugarLogger.Debugf("----sql := %s", sql) - globals.SugarLogger.Debugf("----param := %s", utils.Format4Output(incomeParam, false)) if err = dao.GetRow(db, baiHuo, sql, incomeParam); err == nil { order.JxIncome = baiHuo.Income }