提交代码
This commit is contained in:
@@ -61,6 +61,14 @@ namespace FineUIPro.Web.ProjectData
|
||||
{
|
||||
strSql += " AND IsCNCECShow=1 ";
|
||||
}
|
||||
if (this.ckMaster.SelectedValue == "0")
|
||||
{
|
||||
strSql += " AND MasterSysId IS NULL ";
|
||||
}
|
||||
else if (this.ckMaster.SelectedValue == "1")
|
||||
{
|
||||
strSql += " AND MasterSysId IS NOT NULL ";
|
||||
}
|
||||
|
||||
if (!string.IsNullOrEmpty(this.txtProjectName.Text.Trim()))
|
||||
{
|
||||
@@ -460,5 +468,6 @@ namespace FineUIPro.Web.ProjectData
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user