20230428 意见收集
This commit is contained in:
@@ -385,7 +385,7 @@ namespace BLL
|
||||
var getUser = db.Sys_User.FirstOrDefault(x => x.UserId == userId);
|
||||
if (getUser != null)
|
||||
{
|
||||
if (userId == Const.sysglyId || userId == Const.hfnbdId || userId == Const.sedinId)
|
||||
if (userId == Const.sysglyId || userId == Const.hfnbdId || userId == Const.sedinId||menuType==BLL.Const.Menu_Opinion)
|
||||
{
|
||||
isHave = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user