zhaops 4 лет назад
Родитель
Сommit
ea0e4a26da

+ 1 - 1
cdssman-service/src/main/java/com/diagbot/facade/DeptConfigFacade.java

@@ -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);
     }