소스 검색

1.部分代码修改

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