|
|
@@ -872,6 +872,7 @@ namespace OASystem.Infrastructure.Repositories.PersonnelModule
|
|
|
343, // 陈湘
|
|
|
//374, // 罗颖
|
|
|
208, // 雷怡
|
|
|
+ 407, // 贠梦茜子
|
|
|
}
|
|
|
};
|
|
|
var finAuditorIds = new GoodsAuditDepView()
|
|
|
@@ -890,6 +891,7 @@ namespace OASystem.Infrastructure.Repositories.PersonnelModule
|
|
|
343, // 陈湘
|
|
|
//374, // 罗颖
|
|
|
208, // 雷怡
|
|
|
+ 407, // 贠梦茜子
|
|
|
};
|
|
|
auditList.Add(hrAuditorIds);
|
|
|
auditList.Add(finAuditorIds);
|
|
|
@@ -3520,6 +3522,7 @@ FROM
|
|
|
233, // 刘华举
|
|
|
208, // 雷怡
|
|
|
343, // 陈湘
|
|
|
+ 407, // 贠梦茜子
|
|
|
};
|
|
|
var isShowAllPeople = showAllPeopleIds.Any(x => x == currUserId);
|
|
|
|