소스 검색

成本细节调整

yuanrf 1 년 전
부모
커밋
392d1a5051
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      OASystem/OASystem.Infrastructure/Repositories/Groups/GroupCostRepository.cs

+ 1 - 0
OASystem/OASystem.Infrastructure/Repositories/Groups/GroupCostRepository.cs

@@ -121,6 +121,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
                         ggc.DAY = dayIndex.ToString();
                         ggc.Date = item;
                         ggc.ITIN = itin;
+                        ggc.Diid = diid;
                         returnArr.Add(ggc);
 
                         dayIndex++;