1
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user