From a59645ba547266e794e0a01fd86e660f16e8a902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 10 Apr 2023 15:32:57 +0800 Subject: [PATCH] 1 --- business/jxcallback/orderman/order_afs.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxcallback/orderman/order_afs.go b/business/jxcallback/orderman/order_afs.go index 60d246994..d1b68f93e 100644 --- a/business/jxcallback/orderman/order_afs.go +++ b/business/jxcallback/orderman/order_afs.go @@ -71,6 +71,7 @@ func (c *OrderManager) onAfsOrderNew(afsOrder *model.AfsOrder, orderStatus *mode panic(r) } }() + globals.SugarLogger.Debugf("orderStatus 2 := %s", utils.Format4Output(orderStatus, false)) isDuplicated, err := addOrderOrWaybillStatus(orderStatus, db) globals.SugarLogger.Debugf("isDuplicated 1 := %s", utils.Format4Output(isDuplicated, false)) globals.SugarLogger.Debugf("err 1 := %s", utils.Format4Output(err, false))