20211216 项目实名制

This commit is contained in:
2021-12-16 17:09:14 +08:00
parent fd78c38d0d
commit eb96e7fcba
3 changed files with 21 additions and 20 deletions
@@ -50,7 +50,7 @@ namespace FineUIPro.Web.ZHGL.RealName
/// <returns></returns>
private void GetButtonPower()
{
string menuId = !string.IsNullOrEmpty(this.CurrUser.LoginProjectId) ? Const.RealNameBasicDataMenuId : Const.ServerRealNameBasicDataMenuId;
string menuId = !string.IsNullOrEmpty(this.CurrUser.LoginProjectId) ? Const.ProjectRealNameBasicDataMenuId : Const.ServerRealNameBasicDataMenuId;
var buttonList = BLL.CommonService.GetAllButtonList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, menuId);
if (buttonList.Count() > 0)
{