- fk
This commit is contained in:
@@ -813,7 +813,7 @@ func (s *DefScheduler) mergeOrderStatusConfig(order *model.GoodsOrder, statusTyp
|
|||||||
var vendorActionParams *partner.StatusActionParams
|
var vendorActionParams *partner.StatusActionParams
|
||||||
if order.BusinessType != model.BusinessTypeImmediate {
|
if order.BusinessType != model.BusinessTypeImmediate {
|
||||||
if jxutils.IsTimeEmpty(order.ExpectedDeliveredTime) {
|
if jxutils.IsTimeEmpty(order.ExpectedDeliveredTime) {
|
||||||
globals.SugarLogger.Warnf("mergeOrderStatusConfig orderID:%s 非立即达订单没有预计送达时间", order.VendorOrderID)
|
globals.SugarLogger.Warnf("mergeOrderStatusConfig orderID:%s 非立即达订单没有预计送达时间, orderDetail:%s", order.VendorOrderID, utils.Format4Output(order, false))
|
||||||
} else if statusType == scheduler.TimerStatusTypeOrder && status == model.OrderStatusFinishedPickup { // 这个只针对自配送门店才有效
|
} else if statusType == scheduler.TimerStatusTypeOrder && status == model.OrderStatusFinishedPickup { // 这个只针对自配送门店才有效
|
||||||
vendorActionParams = &partner.StatusActionParams{
|
vendorActionParams = &partner.StatusActionParams{
|
||||||
TimerType: partner.TimerTypeBaseNow,
|
TimerType: partner.TimerTypeBaseNow,
|
||||||
|
|||||||
Reference in New Issue
Block a user