Преглед изворни кода

物资领用权限
新增前台“贠梦茜子(407)”领用权限

Lyyyi пре 1 дан
родитељ
комит
de7aa13912

+ 1 - 0
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -35454,6 +35454,7 @@ AirHotelPrice
         //    public string lv { get; set; }
         //    public string lv { get; set; }
         //    public string en { get; set; }
         //    public string en { get; set; }
         //}
         //}
+
         #endregion
         #endregion
 
 
         #region 查看邀请方
         #region 查看邀请方

+ 3 - 0
OASystem/OASystem.Infrastructure/Repositories/PersonnelModule/GoodsRepository.cs

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