注释登录项目id赋值逻辑
this.CurrUser.LoginProjectId = report.ProjectId;
This commit is contained in:
@@ -55,7 +55,7 @@ namespace FineUIPro.Web.CQMS.Check
|
||||
Model.Check_RewardAndPunish RewardAndPunish = BLL.RewardAndPunishService.GetRewardAndPunishById(RewardAndPunishID);
|
||||
if (RewardAndPunish != null)
|
||||
{
|
||||
this.CurrUser.LoginProjectId = RewardAndPunish.ProjectId;
|
||||
//this.CurrUser.LoginProjectId = RewardAndPunish.ProjectId;
|
||||
|
||||
this.drpRewardAndPunishType.SelectedValue = RewardAndPunish.RewardAndPunishType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user