admin
2019-11-03 788deca1b4a24f8a24e49c24f7d89975a1d74bbe
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/UserCouponControllerV2.java
@@ -110,7 +110,7 @@
   
         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>();
         }
@@ -199,7 +199,7 @@
      }
      
      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) {