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()