This commit is contained in:
richboo111
2022-07-27 14:12:22 +08:00
3 changed files with 2 additions and 5 deletions

View File

@@ -246,7 +246,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
}
globals.SugarLogger.Debug("============", orderWay.PayPrice)
@@ -355,8 +354,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{