From 023826e4f7dbea15db9e621db30c99b340387a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 24 Oct 2023 17:17:10 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index dab3f51ea..04a1cce4b 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -1111,6 +1111,7 @@ func (c *OrderManager) UpdateOrderStatusAndDeliveryFlag(order *model.GoodsOrder) func (c *OrderManager) UpdateOrderFields(order *model.GoodsOrder, fieldList []string) (err error) { db := dao.GetDB() + globals.SugarLogger.Debugf("=============order:=2 %s", utils.Format4Output(order, false)) utils.CallFuncLogError(func() error { if order.ID == 0 { order2 := *order