Commit bb39348ebbefefe32b84adcbe67e8899ad90a3df
1 parent
53872df835
Exists in
master
and in
8 other branches
update assconfig table name
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/TestController.java
View file @
bb39348
... | ... | @@ -170,7 +170,7 @@ |
170 | 170 | @ResponseBody |
171 | 171 | public String assayconfiginit() { |
172 | 172 | try { |
173 | - String json = FileUtils.readFileToString(new File("d:/assayconfig.json")); | |
173 | + String json = FileUtils.readFileToString(new File("d:/assayconfig.json"), "utf-8"); | |
174 | 174 | List<AssayConfig> list = JsonUtil.toList(json, AssayConfig.class); |
175 | 175 | for (AssayConfig config:list) { |
176 | 176 | assayConfigService.save(config); |