jh
This commit is contained in:
@@ -112,7 +112,7 @@ public class UnitController {
|
||||
public void export(@ApiIgnore @RequestParam Map<String, Object> params, HttpServletResponse response) throws Exception {
|
||||
List<UnitDTO> list = unitService.list(params);
|
||||
|
||||
ExcelUtils.exportExcelToTarget(response, null, list, UnitExcel.class);
|
||||
ExcelUtils.exportExcelToTarget(response, "Unit", list, UnitExcel.class);
|
||||
}
|
||||
|
||||
@PostMapping("status")
|
||||
|
||||
Reference in New Issue
Block a user