sinake
2026-08-26 641401e34715439500571a16e5031b3b0ce0449c
ruoyi-admin/src/main/java/com/ruoyi/web/controller/project/ServiceEthicalreviewopinionsController.java
@@ -213,17 +213,19 @@
        }
        if(filePath.substring(0,1).equals("/"))
            filePath=filePath.substring(1);
        filePath = RuoYiConfig.getProfile()+"\\template\\";
        String content ="";
        Template t = null;
        try {
            //content = Files.readString(Paths.get(filePath+"遗体器官获取伦理审查表首页.xml"), StandardCharsets.UTF_8);
            Path path = Paths.get(filePath1 + "遗体器官获取伦理审查表首页.xml");
            logger.info(filePath1 + "遗体器官获取伦理审查表首页.xml");
            Path path = Paths.get(filePath + "遗体器官获取伦理审查表首页.xml");
            Path path1 = Paths.get(filePath1 + "遗体器官获取伦理审查表首页.xml");
            logger.info("审查表是否存在:"+Files.exists(path1));
            if(Files.exists(path)) {
                byte[] bytes = Files.readAllBytes(path);
                content = new String(bytes, StandardCharsets.UTF_8);
            }else{
                path = Paths.get(filePath + "遗体器官获取伦理审查表首页.xml");
                path = Paths.get(filePath1 + "遗体器官获取伦理审查表首页.xml");
                byte[] bytes = Files.readAllBytes(path);
                content = new String(bytes, StandardCharsets.UTF_8);
            }