|
@@ -309,7 +309,7 @@ public class PreparationController {
|
|
|
preparationVO.setFee(exportPreparationNumVOS.get(0).getTotalFee());
|
|
|
preparationVO.setId("费用汇总");
|
|
|
list.add(preparationVO);
|
|
|
- ExcelUtil.exportResponseDict(response, ExportPreparationVO.class, BeanConverterUtil.copyListProperties(list, ExportPreparationVO.class), "筹建数量-费用明细统计导出");
|
|
|
+ ExcelUtil.exportResponseDict(response, ExportPreparationVO.class, BeanConverterUtil.copyListProperties(list, ExportPreparationVO.class), "费用明细统计导出");
|
|
|
}
|
|
|
|
|
|
@GetMapping("/repair/num")
|