yuanrf преди 9 месеца
родител
ревизия
0fe76087ac
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      OASystem/OASystem.Infrastructure/Repositories/Groups/TourClientListRepository.cs

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

@@ -996,6 +996,7 @@ WHERE
                         MealSpecialNeeds = item.MealSpecialNeeds,
                         Remark = item.Remark,
                         CreateUserId = userId,
+                        IsAccompany = item.IsAccompany,
                     };
 
                     var tourClientAdd = await _sqlSugar.Insertable(_TourClientList).ExecuteReturnIdentityAsync();