|
@@ -496,6 +496,8 @@ public class CmsAccountController {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
at.setVerifyLink(data.getVerifyLink());
|
|
at.setVerifyLink(data.getVerifyLink());
|
|
|
|
|
+ at.setRelateEmail(data.getRelateEmail());
|
|
|
|
|
+ at.setEmail(data.getSecondEmail());
|
|
|
if (StrUtil.isNotBlank(startTime)) {
|
|
if (StrUtil.isNotBlank(startTime)) {
|
|
|
at.setStartTime(DateUtil.parse(startTime));
|
|
at.setStartTime(DateUtil.parse(startTime));
|
|
|
} else {
|
|
} else {
|