This commit is contained in:
2025-11-14 14:41:47 +08:00
parent fc5da8717f
commit a335d3c6c2
2 changed files with 2 additions and 2 deletions
@@ -167,7 +167,7 @@ namespace FineUIPro.Web.HJGL.CheckManage
}
else
{
strSql += " AND trustDetail.States <> '2' ";
//strSql += " AND trustDetail.States <> '2' ";
}
if (this.ckbIsExp.Checked)
{
@@ -177,7 +177,7 @@ namespace FineUIPro.Web.HJGL.CheckManage
}
else
{
strSql += " AND trustDetail.States <> '2' ";
//strSql += " AND trustDetail.States <> '2' ";
}
if (this.ckbIsExp.Checked)
{