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