11
This commit is contained in:
@@ -96,9 +96,8 @@ namespace FineUIPro.Web.WeldingProcess.WeldingReport
|
||||
}
|
||||
if (drpAudit.SelectedValue!= Const._Null && drpAudit.SelectedValue != "全部")
|
||||
{
|
||||
int status = drpAudit.SelectedValue == "已审核" ? 1 : 0;
|
||||
strSql += " AND weldJoint.AuditStatus=@AuditStatus";
|
||||
listStr.Add(new SqlParameter("@AuditStatus", status));
|
||||
strSql += " AND (case weldJoint.AuditStatus when 1 then '已审核' else '未审核' end )=@AuditStatus";
|
||||
listStr.Add(new SqlParameter("@AuditStatus", drpAudit.SelectedValue));
|
||||
}
|
||||
if (this.drpWorkAreaId.SelectedValue != Const._Null && this.drpWorkAreaId.SelectedValue != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user