t添加打桩语句

This commit is contained in:
邹宗楠
2022-03-05 16:27:48 +08:00
parent bcf8f3164e
commit 3e72048bcf
3 changed files with 3 additions and 0 deletions

View File

@@ -104,6 +104,7 @@ func (c *OrderController) ConfirmSelfTake() {
// @router /QueryOrderWaybillFeeInfo [get]
func (c *OrderController) QueryOrderWaybillFeeInfo() {
c.callQueryOrderWaybillFeeInfo(func(params *tOrderQueryOrderWaybillFeeInfoParams) (retVal interface{}, errCode string, err error) {
globals.SugarLogger.Warnf("开始三方运单")
retVal, err = defsch.FixedScheduler.QueryOrderWaybillFeeInfoEx(params.Ctx, params.VendorOrderID, params.VendorID)
return retVal, "", err
})