|
|
@@ -762,6 +762,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
user.Status = -1;
|
|
|
user.Mobile += "d";
|
|
|
user.CertId += "d";
|
|
|
+ user.LogOutDate = DateTime.Now;
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
@@ -778,6 +779,7 @@ namespace MySystem.Areas.Admin.Controllers
|
|
|
user.Status = -1;
|
|
|
user.Mobile += "d";
|
|
|
user.CertId += "d";
|
|
|
+ user.LogOutDate = DateTime.Now;
|
|
|
}
|
|
|
function.WriteLog(user.Id + "于" + DateTime.Now.ToString() + "注销账号", "创客注销日志");
|
|
|
// TODO: 每月扫描一次注销的创客,把注销创客伞下创客全部挂到注销创客的上级
|