代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -82,7 +82,7 @@ namespace FineUIPro.Web.HSSE.QualityAudit
|
||||
strSql += " AND Person.UnitId = @UnitId";
|
||||
listStr.Add(new SqlParameter("@UnitId", this.drpUnitId.SelectedValue.Trim()));
|
||||
}
|
||||
if (this.drpPersonStates.SelectedValue != Const._Null && !string.IsNullOrEmpty( this.drpPersonStates.SelectedValue))
|
||||
if (this.drpPersonStates.SelectedValue != Const._Null && !string.IsNullOrEmpty(this.drpPersonStates.SelectedValue))
|
||||
{
|
||||
strSql += " AND Person.States =@States ";
|
||||
listStr.Add(new SqlParameter("@States", this.drpPersonStates.SelectedValue));
|
||||
|
||||
Reference in New Issue
Block a user