20251009
This commit is contained in:
@@ -834,7 +834,7 @@ namespace FineUIPro.Web.Evaluation
|
||||
if (punish != null)
|
||||
{
|
||||
punish.IsUserEvaluated = true;
|
||||
punish.IsUserEvaluatedTime = DateTime.Now;
|
||||
//punish.IsUserEvaluatedTime = DateTime.Now;
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
|
||||
@@ -966,7 +966,7 @@ namespace FineUIPro.Web.Evaluation
|
||||
if (punish != null)
|
||||
{
|
||||
punish.IsDepEvaluated = true;
|
||||
punish.IsDepEvaluatedTime = DateTime.Now;
|
||||
//punish.IsDepEvaluatedTime = DateTime.Now;
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user