Explorar o código

Merge remote-tracking branch 'origin/push-dev-diagnose' into push-debug

kongwz %!s(int64=6) %!d(string=hai) anos
pai
achega
1aac71c676

+ 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;