| | |
| | | Map map = result.get(i); |
| | | String[] strings = new String[29]; |
| | | for (int j = 1; j <= 27; j++) { |
| | | strings[j-1] = map.get("row"+j).toString(); |
| | | if(map.containsKey("row"+j)){ |
| | | strings[j-1] = map.get("row"+j).toString(); |
| | | } |
| | | } |
| | | reportList[i] = strings; |
| | | } |
| | |
| | | |
| | | |
| | | int i = reportFeeInnerServiceSMOImpl.saveReport(BeanConvertUtil.beanCovertMap(reportQueryRecord)); |
| | | |
| | | ResultVo resultVo = new ResultVo(reportList); |
| | | |
| | | // resultVo.setTotal(count); |
| | | ResponseEntity<String> responseEntity = new ResponseEntity<String>(resultVo.toString(), HttpStatus.OK); |
| | | |
| | | context.setResponseEntity(responseEntity); |