bug
修改
This commit is contained in:
@@ -38,7 +38,7 @@ public class CsFeedbackAddParm {
|
||||
* 用户id
|
||||
*/
|
||||
@ApiModelProperty(value = "用户id")
|
||||
@NotBlank(message="用户id不能为空!")
|
||||
// @NotBlank(message="用户id不能为空!")
|
||||
private String userId;
|
||||
|
||||
/**
|
||||
|
||||
@@ -21,7 +21,7 @@ public class CsFeedbackChatAddParm {
|
||||
private String id;
|
||||
|
||||
@ApiModelProperty(value = "用户id")
|
||||
@NotNull(message="用户id不能为空!")
|
||||
// @NotNull(message="用户id不能为空!")
|
||||
private String userId;
|
||||
/**
|
||||
* 消息内容
|
||||
|
||||
@@ -24,7 +24,7 @@ public class CsFeedbackChatCheckParm {
|
||||
private String id;
|
||||
|
||||
@ApiModelProperty(value = "用户id")
|
||||
@NotNull(message="用户id不能为空!")
|
||||
// @NotNull(message="用户id不能为空!")
|
||||
private String userId;
|
||||
|
||||
|
||||
|
||||
@@ -28,12 +28,12 @@ public class CsFeedbackQueryParm {
|
||||
@NotNull(message="显示条数不能为空!")
|
||||
@ApiModelProperty(value = "显示条数",name = "pageSize",dataType ="Integer",required = true)
|
||||
private Integer pageSize;
|
||||
/**
|
||||
* 用户id
|
||||
*/
|
||||
@ApiModelProperty(value = "用户id")
|
||||
@NotNull(message="用户id不能为空!")
|
||||
private String userId;
|
||||
// /**
|
||||
// * 用户id
|
||||
// */
|
||||
// @ApiModelProperty(value = "用户id")
|
||||
// @NotNull(message="用户id不能为空!")
|
||||
// private String userId;
|
||||
|
||||
/**
|
||||
* 问题类型(字典数据)
|
||||
|
||||
Reference in New Issue
Block a user