BUGFIX:注册用户登录没有邮件发送记录和登录记录
This commit is contained in:
@@ -50,4 +50,12 @@ public class AccountLoginLog implements Serializable {
|
||||
*/
|
||||
private Date createDate;
|
||||
|
||||
public AccountLoginLog() {
|
||||
}
|
||||
|
||||
public AccountLoginLog(Long accountId, String ip, Date createDate) {
|
||||
this.accountId = accountId;
|
||||
this.ip = ip;
|
||||
this.createDate = createDate;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user