ソースを参照

成本细节调整

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++;