This commit is contained in:
邹宗楠
2022-07-27 14:07:27 +08:00
parent 46905fa513
commit 955b271eb3
3 changed files with 2 additions and 5 deletions

View File

@@ -243,7 +243,6 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd
// 暂时考虑余额支付渠道加载order表判断支付渠道方式
orderWay := &model.Order{OrderID: param.OrderNo, UserID: userId}
if err := dao.GetEntity(dao.GetDB(), orderWay, "OrderID", "UserID"); err != nil {
return err
}
@@ -351,8 +350,6 @@ func CreateOrder2QBiDa(order *model.UserVendorOrder, orderId string) error {
// globals.SugarLogger.Debug("Callback Success But Order Status Update Fail ....")
// return errors.New("Callback Success But Order Status Update Fail ")
//}
globals.SugarLogger.Debug("order==================", order)
globals.SugarLogger.Debug("order==================", order.LocalWayBill)
// 创建QBIDA订单
makeOrder := &bida.MakeOrderReq{