This commit is contained in:
parent
fc5da8717f
commit
a335d3c6c2
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue