| | |
| | |
|
| | | long count = UserSystemCouponService.countUserCouponList(uid);
|
| | |
|
| | | List<UserSystemCouponVO> resultList = UserSystemCouponService.getCouponList((page - 1) * Constant.PAGE_SIZE, Constant.PAGE_SIZE, uid);
|
| | | List<UserSystemCouponVO> resultList = UserSystemCouponService.getCouponList(acceptData,(page - 1) * Constant.PAGE_SIZE, Constant.PAGE_SIZE, uid);
|
| | | if (resultList == null) {
|
| | | resultList = new ArrayList<UserSystemCouponVO>();
|
| | | }
|
| | |
| | | }
|
| | |
|
| | | boolean valid = false;
|
| | | long limitDate = TimeUtil.convertDateToTemp("2019-09-01");
|
| | | long limitDate = TimeUtil.convertDateToTemp("2019-09-10");
|
| | | for (CommonOrder commonOrder: listOrder) {
|
| | | Integer wholeOrder = commonOrder.getStateWholeOrder();
|
| | | if (wholeOrder != null && CommonOrder.STATE_WHOLE_ORDER_SHIXIAO == wholeOrder) {
|