导入表修改
This commit is contained in:
parent
7ceced5995
commit
d19209d85b
@ -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)) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user