浏览代码

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