admin
2019-09-06 2012b3b5db3c6b06535a68f775bcc81b16151b90
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>();
         }
@@ -367,7 +365,7 @@
    * @param uid
    * @param out
    */
   @RequestMapping(value = "getLotteryCount")
   // @RequestMapping(value = "getLotteryCount")
   public void getLotteryCount(String callback, AcceptData acceptData, Long uid, PrintWriter out) {
      try {
         // 1、已登录系统
@@ -422,7 +420,7 @@
    * @param uid
    * @param out
    */
   @RequestMapping(value = "getLotteryResult")
   // @RequestMapping(value = "getLotteryResult")
   public void getLotteryResult(String callback, AcceptData acceptData, Long uid, PrintWriter out) {
      try {
@@ -548,7 +546,7 @@
    * @param uid
    * @param out
    */
   @RequestMapping(value = "getDailyCount")
   // @RequestMapping(value = "getDailyCount")
   public void getDailyCount(String callback, AcceptData acceptData, Long uid, PrintWriter out) {
      try {
         JsonUtil.printMode(out, callback, JsonUtil.loadTrueResult(userLotteryRecordService.getLotteryCountDaily(uid)));
@@ -567,7 +565,7 @@
    * @param uid
    * @param out
    */
   @RequestMapping(value = "getDailyResult")
   // @RequestMapping(value = "getDailyResult")
   public void getDailyResult(String callback, AcceptData acceptData, Long uid, PrintWriter out) {
      try {
         JsonUtil.printMode(out, callback, JsonUtil.loadTrueResult(userLotteryRecordService.executeLotteryDaily(uid)));