|
@@ -73,7 +73,7 @@ public class QuestionInfoController {
|
|
List<QuestionInfo> data = questionFacade.indexFac(questionIndexVO);
|
|
List<QuestionInfo> data = questionFacade.indexFac(questionIndexVO);
|
|
return RespDTO.onSuc(data);
|
|
return RespDTO.onSuc(data);
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
@ApiOperation(value = "别名新增标签检索[by:rengb]",
|
|
@ApiOperation(value = "别名新增标签检索[by:rengb]",
|
|
notes = "")
|
|
notes = "")
|
|
@PostMapping("/indexRev")
|
|
@PostMapping("/indexRev")
|