소스 검색

Merge branch 'develop' of http://132.232.92.186:3000/XinXiBu/OA2023 into develop

LEIYI 3 달 전
부모
커밋
585585ae13
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      OASystem/OASystem.Api/Controllers/PersonnelModuleController.cs

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

@@ -2276,6 +2276,7 @@ OPTION (MAXRECURSION 0); -- 允许无限递归      ";
            
             var DtoResult = entities.Select(e => new
             {
+                e.Id,
                 Name = e.Name,
                 AssessmentProportion = e.AssessmentProportion,
                 AssessmentStandard = e.AssessmentStandard,