月报权限修改,考试记录查询条件修改

This commit is contained in:
2023-06-05 10:25:05 +08:00
parent 6515f5e4b9
commit 156069a20b
3 changed files with 4 additions and 4 deletions
@@ -760,7 +760,7 @@ namespace FineUIPro.Web.CQMS.ManageReport
{
return;
}
var buttonList = BLL.CommonService.GetAllButtonList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, BLL.Const.WeekReportMenuId);
var buttonList = BLL.CommonService.GetAllButtonList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, BLL.Const.CQMonthReportMenuId);
if (buttonList.Count() > 0)
{
if (buttonList.Contains(BLL.Const.BtnAdd))