|
@@ -66,7 +66,15 @@ public class QuestionInfoController {
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "标签检索[by:zhoutg]",
|
|
|
- notes = "")
|
|
|
+ notes = "tagName:系统名称<br>" +
|
|
|
+ "sexType:性别:1:男,2:女,3:通用<br>" +
|
|
|
+ "age:年龄<br>" +
|
|
|
+ "type:归属<br>" +
|
|
|
+ "notIds:过滤的id值<br>" +
|
|
|
+ "notControlType:不能为的控件类型<br>" +
|
|
|
+ "controlType:指定的控件类型<br>" +
|
|
|
+ "tagType:指定的标签类型<br>" +
|
|
|
+ "noSubQuestion:明细字段subQuestion有值,1:过滤;其他值:不过滤<br>")
|
|
|
@PostMapping("/index")
|
|
|
@SysLogger("index")
|
|
|
public RespDTO<List<QuestionInfo>> index(@RequestBody QuestionIndexVO questionIndexVO) {
|