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