From d1c29b2eb04eb50415375a163b4574f73b8c82e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 19 Apr 2023 18:39:08 +0800 Subject: [PATCH] 1 --- business/jxcallback/auto_delivery/auto_delivery.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/business/jxcallback/auto_delivery/auto_delivery.go b/business/jxcallback/auto_delivery/auto_delivery.go index 0d294215d..984366ad4 100644 --- a/business/jxcallback/auto_delivery/auto_delivery.go +++ b/business/jxcallback/auto_delivery/auto_delivery.go @@ -99,6 +99,7 @@ func AutoSettingFakeDelivery() { if len(orderList) == model.NO { return } + globals.SugarLogger.Debugf("==================orderList=:%s", utils.Format4Output(orderList, false)) for _, v := range orderList { //jxutils.CallMsgHandler(func() { @@ -131,6 +132,7 @@ func AutoSettingFakeDelivery() { return } } + globals.SugarLogger.Debugf("==================riderKey=:%s", riderKey) randNumber, _ := rand.Int(rand.Reader, big.NewInt(int64(len(riderListInfo[riderKey])))) randTime := randNumber.Int64()