1
This commit is contained in:
@@ -41,7 +41,7 @@ namespace FineUIPro.Web.CQMS.ProcessControl
|
||||
strSql += " AND P.UnitWorkId=@UnitWorkId";
|
||||
listStr.Add(new SqlParameter("@UnitWorkId", drpUnitWork.SelectedValue));
|
||||
}
|
||||
if (!string.IsNullOrEmpty(drpCompletedState.Text.Trim()))
|
||||
if (drpCompletedState.SelectedValue != "0")
|
||||
{
|
||||
strSql += " AND CompletedState = @CompletedState";
|
||||
listStr.Add(new SqlParameter("@CompletedState", drpCompletedState.SelectedValue));
|
||||
|
||||
Reference in New Issue
Block a user