修改报价门店商品价格修改

This commit is contained in:
邹宗楠
2023-04-23 15:46:39 +08:00
parent 5331dcd4c5
commit de3c3c63a5
4 changed files with 12 additions and 10 deletions

View File

@@ -129,7 +129,6 @@ func AutoSettingFakeDelivery() {
return
}
}
globals.SugarLogger.Debugf("==================riderKey=:%s", riderKey)
randNumber, _ := rand.Int(rand.Reader, big.NewInt(int64(len(riderListInfo[riderKey]))))
randTime := randNumber.Int64()

View File

@@ -650,7 +650,7 @@ func (s *DefScheduler) OnWaybillStatusChanged(bill *model.Waybill, isPending boo
//针对快送的订单(订单接单后会立马召唤骑手,不会到自动拣货完成)
//如果骑手已接单,没有通知过的门店,需要发送通知
if bill.Status == model.WaybillStatusAccepted && order.NotifyType == 0 {
//smsmsg.NotifyPickOrder(order)
smsmsg.NotifyPickOrder(order)
}
// 订单处于配送状态来的新分配骑手运单