| | |
| | | Map<String, Response> resMap = new HashMap<>(); |
| | | Response resInfo = service.getFlowMainByUid(uId, myFlowMain.getType(), myFlowMain.getStatus(), myFlowMain.getPageNum(), myFlowMain.getPageSize()); |
| | | resMap.put("info", resInfo); |
| | | Response<Map<Integer, Integer>> ownStatistics = mainService.getOwnStatistics2(uId, 3); |
| | | Response<Map<Integer, Integer>> ownStatistics = mainService.getOwnStatistics2(uId, myFlowMain.getType()); |
| | | resMap.put("statistics", ownStatistics); |
| | | response.set(1,resMap); |
| | | }catch (Exception e){ |