fanli/src/main/java/com/yeshi/fanli/controller/client/v2/IntegralControllerV2.java
@@ -111,6 +111,7 @@ * @param page * @param out */ // @RequestSerializableByKey(key="#acceptData.device") @RequestMapping(value = "getTaskList", method = RequestMethod.POST) public void getTaskList(AcceptData acceptData, Long uid, Integer page, PrintWriter out) { if (uid == null || uid <= 0) { @@ -527,7 +528,6 @@ try { record = integralGetService.addEventStatistic(uid, event, null); } catch (IntegralGetException e) { e.printStackTrace(); } if (record == null) { out.print(JsonUtil.loadFalseResult("添加失败"));