1
This commit is contained in:
@@ -151,7 +151,9 @@ func (c *OrderController) CreateWaybillOnProviders() {
|
|||||||
// @router /CancelAll3rdWaybills [post]
|
// @router /CancelAll3rdWaybills [post]
|
||||||
func (c *OrderController) CancelAll3rdWaybills() {
|
func (c *OrderController) CancelAll3rdWaybills() {
|
||||||
c.callCancelAll3rdWaybills(func(params *tOrderCancelAll3rdWaybillsParams) (retVal interface{}, errCode string, err error) {
|
c.callCancelAll3rdWaybills(func(params *tOrderCancelAll3rdWaybillsParams) (retVal interface{}, errCode string, err error) {
|
||||||
err = defsch.FixedScheduler.CancelAll3rdWaybills(params.Ctx, params.VendorOrderID, params.VendorID, params.IsStopSchedule)
|
// 取消三方运单时,停止运单调度.不在自动发配送
|
||||||
|
//err = defsch.FixedScheduler.CancelAll3rdWaybills(params.Ctx, params.VendorOrderID, params.VendorID, params.IsStopSchedule)
|
||||||
|
err = defsch.FixedScheduler.CancelAll3rdWaybills(params.Ctx, params.VendorOrderID, params.VendorID, true)
|
||||||
return retVal, "", err
|
return retVal, "", err
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user