升级
This commit is contained in:
@@ -93,6 +93,7 @@ namespace FineUIPro.Web.common.ProjectSet
|
||||
if (getProject != null)
|
||||
{
|
||||
getProject.IsFace = this.ckbIsFace.Checked;
|
||||
getProject.IsAutoFetch = this.ckbIsAutoFetch.Checked;
|
||||
Funs.DB.SubmitChanges();
|
||||
}
|
||||
#endregion
|
||||
@@ -454,7 +455,10 @@ namespace FineUIPro.Web.common.ProjectSet
|
||||
{
|
||||
this.ckbIsFace.Checked = true;
|
||||
}
|
||||
|
||||
if (getProject != null && getProject.IsAutoFetch == true)
|
||||
{
|
||||
this.ckbIsAutoFetch.Checked = true;
|
||||
}
|
||||
var q = from x in Funs.DB.Project_Sys_Set where x.ProjectId == projectId select x;
|
||||
if (q.Count() > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user