فهرست منبع

1.部分代码修改

yuanrf 2 سال پیش
والد
کامیت
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();