合并最新
This commit is contained in:
@@ -322,12 +322,12 @@ namespace FineUIPro.Web.HJGL.BaseInfo
|
||||
/// <returns></returns>
|
||||
private bool GetButtonPower(string button)
|
||||
{
|
||||
//string menuId = Const.HJGL_ConsumablesMenuId;
|
||||
//if (!string.IsNullOrEmpty(this.CurrUser.LoginProjectId))
|
||||
//{
|
||||
// menuId = Const.PHJGL_ConsumablesMenuId;
|
||||
//}
|
||||
return BLL.CommonService.GetAllButtonPowerList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, Const.HJGL_ConsumablesMenuId, button);
|
||||
string menuId = Const.HJGL_ConsumablesMenuId;
|
||||
if (!string.IsNullOrEmpty(this.CurrUser.LoginProjectId))
|
||||
{
|
||||
menuId = Const.PHJGL_ConsumablesMenuId;
|
||||
}
|
||||
return BLL.CommonService.GetAllButtonPowerList(this.CurrUser.LoginProjectId, this.CurrUser.UserId, menuId, button);
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user