- debug in CreateWaybillOnProvidersEx

This commit is contained in:
gazebo
2019-02-14 12:17:59 +08:00
parent e9deb4ef6b
commit 7c80ca2352

View File

@@ -3,6 +3,7 @@ package defsch
import (
"fmt"
"git.rosy.net.cn/baseapi/utils"
"git.rosy.net.cn/jx-callback/business/jxcallback/scheduler"
"git.rosy.net.cn/jx-callback/business/jxutils"
"git.rosy.net.cn/jx-callback/business/jxutils/jxcontext"
@@ -80,6 +81,7 @@ func (s *DefScheduler) CreateWaybillOnProvidersEx(ctx *jxcontext.Context, vendor
}
}
} else {
globals.SugarLogger.Debugf("CreateWaybillOnProvidersEx orderID:%s orderDetails:%s", vendorOrderID, utils.Format4Output(order, true))
err = scheduler.ErrOrderStatusIsNotSuitable4CurOperation
}
} else {