注释登录项目id赋值逻辑
this.CurrUser.LoginProjectId = report.ProjectId;
This commit is contained in:
@@ -70,7 +70,7 @@ namespace FineUIPro.Web.ZHGL.Environmental
|
||||
}
|
||||
drpMonth.SelectedValue = report.Month.ToString();
|
||||
drpYear.SelectedValue = report.Year.ToString();
|
||||
this.CurrUser.LoginProjectId = report.ProjectId;
|
||||
//this.CurrUser.LoginProjectId = report.ProjectId;
|
||||
if (report.FillingDate != null)
|
||||
{
|
||||
txtFillingDate.Text = string.Format("{0:yyyy-MM-dd}", report.FillingDate);
|
||||
@@ -1173,7 +1173,7 @@ namespace FineUIPro.Web.ZHGL.Environmental
|
||||
{
|
||||
drpMonth.SelectedValue = report.Month.ToString();
|
||||
drpYear.SelectedValue = report.Year.ToString();
|
||||
this.CurrUser.LoginProjectId = report.ProjectId;
|
||||
//this.CurrUser.LoginProjectId = report.ProjectId;
|
||||
if (report.FillingDate != null)
|
||||
{
|
||||
txtFillingDate.Text = string.Format("{0:yyyy-MM-dd}", report.FillingDate);
|
||||
|
||||
Reference in New Issue
Block a user