BUGFIX:1.微信注册后绑定邮箱失败;2.按类别查项目历史记录
This commit is contained in:
@@ -9,6 +9,8 @@ import javax.validation.constraints.NotBlank;
|
||||
@Data
|
||||
@ApiModel("邮箱发送")
|
||||
public class EmailSendDTO {
|
||||
@ApiModelProperty("用户id")
|
||||
private Long userId;
|
||||
|
||||
@NotBlank(message = "email.cannot.be.empty")
|
||||
@ApiModelProperty("邮箱")
|
||||
|
||||
@@ -37,7 +37,7 @@ public class ProjectQueryDTO extends PageQueryBaseVo {
|
||||
@ApiModelProperty("1交集2并集")
|
||||
private Integer intersection;
|
||||
|
||||
private String process;
|
||||
private List<String> process;
|
||||
|
||||
private Integer asc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user