|
@@ -259,7 +259,7 @@ public class DeptConfigFacade {
|
|
|
queryWrapper.eq("is_deleted", IsDeleteEnum.N.getKey())
|
|
|
.eq("hospital_id", hospitalIdVO.getHospitalId());
|
|
|
List<DeptConfig> records = deptConfigService.list(queryWrapper);
|
|
|
- String fileName = "药品映射.xls";
|
|
|
+ String fileName = "科室映射.xls";
|
|
|
ExcelUtils.exportExcel(records, null, "sheet1", DeptConfig.class, fileName, response, 12.8f);
|
|
|
}
|
|
|
|