|
@@ -582,7 +582,6 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
{
|
|
{
|
|
_Msg += string.Format("{0} 基本信息修改失败,!请前往客户信息修改!\r\n", clientName);
|
|
_Msg += string.Format("{0} 基本信息修改失败,!请前往客户信息修改!\r\n", clientName);
|
|
}
|
|
}
|
|
-
|
|
|
|
}
|
|
}
|
|
|
|
|
|
//团组客户信息名单操作
|
|
//团组客户信息名单操作
|
|
@@ -591,7 +590,11 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
DiId = _DiId,
|
|
DiId = _DiId,
|
|
ClientId = clientId,
|
|
ClientId = clientId,
|
|
ShippingSpaceTypeId = item.ShippingSpaceTypeId,
|
|
ShippingSpaceTypeId = item.ShippingSpaceTypeId,
|
|
- CreateUserId = _UserId
|
|
|
|
|
|
+ CreateUserId = _UserId,
|
|
|
|
+ ShippingSpaceSpecialNeeds = item.ShippingSpaceSpecialNeeds,
|
|
|
|
+ HotelSpecialNeeds = item.HotelSpecialNeeds,
|
|
|
|
+ MealSpecialNeeds = item.MealSpecialNeeds,
|
|
|
|
+ Remark = item.Remark
|
|
};
|
|
};
|
|
var tourClientAdd = await _sqlSugar.Insertable(_TourClientList).ExecuteReturnIdentityAsync();
|
|
var tourClientAdd = await _sqlSugar.Insertable(_TourClientList).ExecuteReturnIdentityAsync();
|
|
if (tourClientAdd < 0)
|
|
if (tourClientAdd < 0)
|