取消打桩语句

This commit is contained in:
邹宗楠
2022-03-07 15:18:41 +08:00
parent 18d8c23d98
commit 19984e1f46
2 changed files with 2 additions and 13 deletions

View File

@@ -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
})