|
@@ -70,7 +70,7 @@ public class CacheUtil implements ApplicationRunner {
|
|
|
File targetFile = new File("module_mapping.json");
|
|
|
FileUtils.copyInputStreamToFile(stream, targetFile);
|
|
|
String mappingMsg = FileUtils.readFileToString(targetFile);
|
|
|
- logger.error("模板数据:"+mappingMsg);
|
|
|
+// logger.error("模板数据:"+mappingMsg);
|
|
|
|
|
|
// String path = ResourceUtils.getURL("classpath:").getPath() + "cache/" + hospitalId + "/module_mapping.json";
|
|
|
// String mappingMsg = FileUtil.fileRead(path);
|