fix:项目级

This commit is contained in:
geh
2025-03-27 18:14:38 +08:00
parent d3022cef86
commit b928a597c4
7 changed files with 72 additions and 32 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ namespace FineUIPro.Web.DataShow
/// </summary>
private void BindGrid()
{
string strSql = "";
string strSql = "and state <> '1'";
List<SqlParameter> listStr = new List<SqlParameter>();
listStr.Add(new SqlParameter("@ProjectId", Request.Params["projectId"]));