This commit is contained in:
richboo111
2022-07-27 15:21:55 +08:00
parent 3a17f3a5bb
commit b12901f0b8

View File

@@ -199,7 +199,8 @@ func CreateWayOrder(ctx *jxcontext.Context, param *model.MakeOrderParamReq, user
// CancelWayOrder 取消运单 todo
func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrderReq) error {
var (
db = dao.GetDB()
tmp_orderNo = param.OrderNo
db = dao.GetDB()
)
// 查询订单
globals.SugarLogger.Debug("userid==================", userId)
@@ -252,10 +253,10 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd
globals.SugarLogger.Debug("err==========================", err)
}
// 暂时考虑余额支付渠道加载order表判断支付渠道方式
orderWay, err := dao.GetOrderByID(db, cancelParma.OrderNo)
globals.SugarLogger.Debug("============", orderWay.PayPrice)
globals.SugarLogger.Debug("========= dfedfwfwdsw", orderWay.PayMethod)
orderWay, err := dao.GetOrderByID(db, tmp_orderNo)
if err != nil {
globals.SugarLogger.Debug("============", orderWay.PayPrice)
globals.SugarLogger.Debug("========= dfedfwfwdsw", orderWay.PayMethod)
return err
}
//orderWay := &model.Order{OrderID: param.OrderNo, UserID: userId}