导入表修改

This commit is contained in:
zhangheng 2024-12-26 09:41:28 +08:00
parent 7ceced5995
commit d19209d85b
2 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ public class ImportDownloadController {
file = ResourceUtils.getFile("classpath:template/门诊患者信息导入表.xlsx");
break;
case Constants.PATIENT_INFO_IMPORT: // 门诊患者
file = ResourceUtils.getFile("classpath:template/门诊随访记录 - 未随访.xlsx");
file = ResourceUtils.getFile("classpath:template/OutpatientFollowUpRecords.xlsx");
break;
}
if (Objects.isNull(file)) {