@@ -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) {