Jelajahi Sumber

诊断依据批量插入

kongwz 5 tahun lalu
induk
melakukan
819115e943

+ 1 - 1
graphdb/src/main/java/org/diagbot/web/KnowledgeController.java

@@ -206,7 +206,7 @@ public class KnowledgeController {
         RespDTO respDTO = knowledgeService.updateNeoDisease(disease);
         return respDTO;
     }
-    @RequestMapping("/batchInsert")
+    @RequestMapping("/init")
     public RespDTO batchInsert( @RequestBody List<Long> idList){
         RespDTO respDTO = knowledgeService.batchInsertDis(idList);
         return respDTO;