This commit is contained in:
邹宗楠
2023-10-18 19:00:31 +08:00
parent 75c0404fe8
commit d949fb70ec
3 changed files with 2 additions and 10 deletions

View File

@@ -6,7 +6,6 @@ import (
"fmt"
"git.rosy.net.cn/jx-callback/business/bidding"
"git.rosy.net.cn/jx-callback/business/partner/delivery"
"git.rosy.net.cn/jx-callback/globals"
"strings"
"time"
@@ -111,8 +110,6 @@ func (c *OrderController) ConfirmSelfTake() {
func (c *OrderController) QueryOrderWaybillFeeInfo() {
c.callQueryOrderWaybillFeeInfo(func(params *tOrderQueryOrderWaybillFeeInfoParams) (retVal interface{}, errCode string, err error) {
retVal, err = defsch.FixedScheduler.QueryOrderWaybillFeeInfoEx(params.Ctx, params.VendorOrderID, params.VendorID)
globals.SugarLogger.Debugf("=====retVal := %s", utils.Format4Output(retVal, false))
globals.SugarLogger.Debugf("=====retVal := %v", err)
return retVal, "", err
})
}