yujian
2019-08-29 9c9911225e32b308520afe3fe8bc20aa5ffa5094
fanli/src/main/java/com/yeshi/fanli/controller/client/v1/UserCouponController.java
@@ -119,13 +119,11 @@
            changeJump = true;
         }
         
         long count = 0;
         long count = UserSystemCouponService.countCouponOld(uid);
         List<UserSystemCouponVO> resultList = UserSystemCouponService
               .getUserCouponVOList((page - 1) * Constant.PAGE_SIZE, Constant.PAGE_SIZE, uid, changeJump);
         if (resultList != null && resultList.size() > 0) {
            count = UserSystemCouponService.countUserCouponList(uid);
         } else if (resultList == null) {
          if (resultList == null) {
            resultList = new ArrayList<UserSystemCouponVO>();
         }