Browse Source

静态知识

zhoutg 6 years ago
parent
commit
b9c328620d

+ 1 - 1
knowledgeman-service/src/main/java/com/diagbot/web/ConceptDetailController.java

@@ -72,7 +72,7 @@ public class ConceptDetailController {
     }
 
 
-    @ApiOperation(value = "知识库标准化-内容检索[by:zhoutg]", notes = "")
+    @ApiOperation(value = "知识库标准化-内容检索[by:rengb]", notes = "")
     @PostMapping("/index")
     @SysLogger("index")
     public RespDTO<List<ConceptIndexDTO>> index(@Valid @RequestBody ConceptIndexVO conceptIndexVO) {