chengf
2025-08-25 bf3924206b359d77e928255328f8625cb986bd72
service-fee/src/main/java/com/java110/fee/cmd/fee/ReportFeePropertyCmd.java
@@ -97,8 +97,8 @@
//            int i = reportFeeInnerServiceSMOImpl.saveReport(BeanConvertUtil.beanCovertMap(reportQueryRecord));
            ResultVo resultVo = new ResultVo();
            String[][] strings = new String[10][57];
            ResultVo resultVo = new ResultVo(strings);
            ResponseEntity<String> responseEntity = new ResponseEntity<String>(resultVo.toString(), HttpStatus.OK);