取消打桩语句
This commit is contained in:
@@ -104,7 +104,6 @@ func (c *OrderController) ConfirmSelfTake() {
|
||||
// @router /QueryOrderWaybillFeeInfo [get]
|
||||
func (c *OrderController) QueryOrderWaybillFeeInfo() {
|
||||
c.callQueryOrderWaybillFeeInfo(func(params *tOrderQueryOrderWaybillFeeInfoParams) (retVal interface{}, errCode string, err error) {
|
||||
globals.SugarLogger.Info("开始三方运单")
|
||||
retVal, err = defsch.FixedScheduler.QueryOrderWaybillFeeInfoEx(params.Ctx, params.VendorOrderID, params.VendorID)
|
||||
return retVal, "", err
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user