|
@@ -275,7 +275,10 @@ public class UserTicketOrderController extends BaseApiController {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- return getDataTable(userCouponVOList);
|
|
|
+ List<UserCouponVO> countUserCouponVOList = userCouponService.queryUserCouponList(userId, orderSettleVO.getOrderAmt(), ticketBox);
|
|
|
+ TableDataInfo dataTable = getDataTable(userCouponVOList);
|
|
|
+ dataTable.setTotal(countUserCouponVOList.size());
|
|
|
+ return dataTable;
|
|
|
}
|
|
|
|
|
|
}
|