diff --git a/business/q_bida/q_bida_server.go b/business/q_bida/q_bida_server.go index c82e8197c..3090c1ba0 100644 --- a/business/q_bida/q_bida_server.go +++ b/business/q_bida/q_bida_server.go @@ -248,7 +248,8 @@ func CancelWayOrder(ctx *jxcontext.Context, userId string, param *bida.CancelOrd if err := dao.GetEntity(dao.GetDB(), orderWay, "OrderID", "UserID"); err != nil { return err } - + globals.SugarLogger.Debug("============", orderWay.PayPrice) + globals.SugarLogger.Debug("========= dfedfwfwdsw", orderWay.PayMethod) if orderWay.PayMethod == 1 { // 余额支付 // 支付方式为余额支付,则需要修改order/userVendorOrder,修改订单状态,给用户账户价钱,生成一个价钱数据 } else if orderWay.PayMethod == 2 { // 微信支付