From 2bc59b9c2597745c31ad74429eda4c15ce6570fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Fri, 8 Dec 2023 10:01:37 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/order.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/business/jxcallback/orderman/order.go b/business/jxcallback/orderman/order.go index c0013c498..3c90bcc57 100644 --- a/business/jxcallback/orderman/order.go +++ b/business/jxcallback/orderman/order.go @@ -1019,6 +1019,9 @@ func (c *OrderManager) addOrderStatus(orderStatus *model.OrderStatus, db *dao.Da } } } + if orderStatus.RefVendorOrderID == "1100842032100912947" { + globals.SugarLogger.Debugf("======================:3 %s", utils.Format4Output(order, false)) + } return isDuplicated, order, err }