yuanrf преди 9 месеца
родител
ревизия
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++;