puzhibing
4 天以前 f2ada4f9bf002058b6ede786c1f1466c01b67bb6
ruoyi-modules/ruoyi-goods/src/main/java/com/ruoyi/goods/controller/miniapp/AppLotteryEventController.java
@@ -191,10 +191,10 @@
            current--;
         } else {
            //下一题
            current++;
            if (current >= count) {
               return R.fail("操作失败");
            }
            current++;
         }
         List<TLotteryEventQuestions> list = lotteryEventServiceQuestionsService.list(new QueryWrapper<TLotteryEventQuestions>().eq("lottery_event_id", dto.getId()).orderByAsc("sort"));
         TLotteryEventQuestions lotteryEventQuestions = list.get(current);