From cea55d8722b6fba237d54bc123c1ce7e7b7539f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 11 Sep 2020 17:54:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81app?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxutils/unipush/unipush.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxutils/unipush/unipush.go b/business/jxutils/unipush/unipush.go index 4203defe2..278db43a4 100644 --- a/business/jxutils/unipush/unipush.go +++ b/business/jxutils/unipush/unipush.go @@ -17,6 +17,7 @@ func NotifyNewOrder(order *model.GoodsOrder) { var ( db = dao.GetDB() ) + globals.SugarLogger.Debugf("NotifyNewOrder push begin orderID :[%v]", order.VendorOrderID) storePushs, err := dao.GetStorePushClient(db, jxutils.GetSaleStoreIDFromOrder(order), "") if err != nil { return