20250911 修改质量事件报告
This commit is contained in:
@@ -834,6 +834,7 @@ namespace FineUIPro.Web.Evaluation
|
||||
if (punish != null)
|
||||
{
|
||||
punish.IsUserEvaluated = true;
|
||||
punish.IsUserEvaluatedTime = DateTime.Now;
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
|
||||
@@ -965,6 +966,7 @@ namespace FineUIPro.Web.Evaluation
|
||||
if (punish != null)
|
||||
{
|
||||
punish.IsDepEvaluated = true;
|
||||
punish.IsDepEvaluatedTime = DateTime.Now;
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
@@ -835,6 +835,7 @@ namespace FineUIPro.Web.Evaluation
|
||||
if (punish != null)
|
||||
{
|
||||
punish.IsUserEvaluated = true;
|
||||
punish.IsUserEvaluatedTime = DateTime.Now;
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
}
|
||||
@@ -964,6 +965,7 @@ namespace FineUIPro.Web.Evaluation
|
||||
if (punish != null)
|
||||
{
|
||||
punish.IsDepEvaluated = true;
|
||||
punish.IsDepEvaluatedTime = DateTime.Now;
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user