20230428 意见收集

This commit is contained in:
2023-04-28 09:18:02 +08:00
parent e2076852e6
commit f02f92d631
31 changed files with 3544 additions and 41 deletions
+1 -1
View File
@@ -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;
}