Compare commits

..

No commits in common. "b6489d01f02fcea3efe08ae234c2af308464f2eb" and "6d0af577b044ecf6547e8907d62bd5ad1aa2bfc1" have entirely different histories.

1 changed files with 1 additions and 9 deletions

View File

@ -30,7 +30,6 @@
this.drpProject.DataSource = BLL.Base_ProjectService.GetOnProjectListByUserId(this.CurrUser.UserId, "1");
this.drpProject.DataBind();
this.drpProject.SelectedValue = this.CurrUser.LoginProjectId;
Funs.FineUIPleaseSelect(this.drpProject);
var pUnit = BLL.Base_UnitService.GetUnitsByProjectUnitType(this.drpProject.SelectedValue, BLL.Const.UnitType_4);
///单位
@ -177,14 +176,7 @@
{
listStr.Add(new SqlParameter("@EndDate", Convert.ToDateTime(this.txtEndDate.Text)));
}
if (this.drpProject.SelectedValue == BLL.Const._Null)
{
listStr.Add(new SqlParameter("@projectId", null));
}
else
{
listStr.Add(new SqlParameter("@projectId", this.drpProject.SelectedValue));
}
listStr.Add(new SqlParameter("@projectId", this.drpProject.SelectedValue));
SqlParameter[] parameter = listStr.ToArray();
//tb = (DataTable)CacheHelper.GetCache("HJGL_sp_rpt_iso_analyze");