diff --git a/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportZJ.aspx.cs b/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportZJ.aspx.cs index 5243cc6..6dbab91 100644 --- a/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportZJ.aspx.cs +++ b/SUBQHSE/FineUIPro.Web/ZHGL/Information/MillionsMonthlyReportZJ.aspx.cs @@ -220,6 +220,10 @@ namespace FineUIPro.Web.ZHGL.Information { canReport = units.Any(p => p.UnitId == this.CurrUser.UnitId); } + if (this.CurrUser.UserId == Const.sysglyId || this.CurrUser.UserId == Const.hfnbdId) + { + canReport = true; + } var buttonList = BLL.CommonService.GetAllButtonList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, BLL.Const.MillionsMonthlyReportMenuId); if (canReport && buttonList.Count() > 0) {