yuanrf месяцев назад: 9
Родитель
Сommit
0fe76087ac

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