五环移交管理优化
This commit is contained in:
@@ -117,11 +117,11 @@ namespace FineUIPro.Web.Transfer
|
||||
strSql += " AND Cat = @Cat";
|
||||
listStr.Add(new SqlParameter("@Cat", ddlCat.SelectedValue.Trim()));
|
||||
}
|
||||
//if (!string.IsNullOrEmpty(txtAction_By.Text.Trim()))
|
||||
//{
|
||||
// strSql += " AND Action_By = @Action_By";
|
||||
// listStr.Add(new SqlParameter("@Action_By", txtAction_By.Text.Trim()));
|
||||
//}
|
||||
if (!string.IsNullOrEmpty(txtAction_By.Text.Trim()))
|
||||
{
|
||||
strSql += " AND Action_By = @Action_By";
|
||||
listStr.Add(new SqlParameter("@Action_By", txtAction_By.Text.Trim()));
|
||||
}
|
||||
if (!string.IsNullOrEmpty(txtPIC.Text.Trim()))
|
||||
{
|
||||
strSql += " AND PIC = @PIC";
|
||||
|
||||
Reference in New Issue
Block a user