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

View File

@ -167,7 +167,7 @@ namespace FineUIPro.Web.HJGL.CheckManage
} }
else else
{ {
strSql += " AND trustDetail.States <> '2' "; //strSql += " AND trustDetail.States <> '2' ";
} }
if (this.ckbIsExp.Checked) if (this.ckbIsExp.Checked)
{ {

View File

@ -177,7 +177,7 @@ namespace FineUIPro.Web.HJGL.CheckManage
} }
else else
{ {
strSql += " AND trustDetail.States <> '2' "; //strSql += " AND trustDetail.States <> '2' ";
} }
if (this.ckbIsExp.Checked) if (this.ckbIsExp.Checked)
{ {