|
@@ -163,7 +163,7 @@ public class UserTicketOrderController extends BaseApiController {
|
|
|
String orderId = userTicketOrderService.submitOrder(userId, orderSettleVO);
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("orderId", orderId);
|
|
|
- if (order.getPayAmt() > 0) {
|
|
|
+ if (orderSettleVO.getPayAmt() > 0) {
|
|
|
jsonObject.put("needPay", 1);
|
|
|
}
|
|
|
// 清除缓存的订单
|