|
@@ -792,7 +792,8 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
CurrencyList = TeamCurrencyRate,
|
|
|
BankCard = _BankCard,
|
|
|
BookingWebsite = _BookingWebsite,
|
|
|
- CheckPerson = _CheckPerson
|
|
|
+ CheckPerson = _CheckPerson,
|
|
|
+ CheckVolumeNo = _CreateCheckVolumeNo(diId)
|
|
|
};
|
|
|
|
|
|
_result.Code = 0;
|
|
@@ -845,7 +846,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
|
- /// 酒店预定
|
|
|
+ /// 酒店预定-
|
|
|
/// details
|
|
|
/// </summary>
|
|
|
/// <param name="dto"></param>
|
|
@@ -865,7 +866,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
hr.DoubleRoomCount,hr.SuiteRoomPrice,hr.SuiteRoomCount,hr.OtherRoomPrice,hr.OtherRoomCount,hr.CardPrice,
|
|
|
hr.Isoppay,hr.BreakfastPrice,hr.BreakfastCurrency,hr.GovernmentRent,hr.GovernmentRentCurrency,hr.CityTax,
|
|
|
hr.CityTaxCurrency,ccp.PayDId,ccp.ConsumptionPatterns,ccp.ConsumptionDate,ccp.PayMoney,ccp.PaymentCurrency,
|
|
|
- ccp.BankNo,ccp.CardholderName,ccp.OtherBankName,ccp.OtherSideNo,ccp.OtherSideName,ccp.Payee,
|
|
|
+ ccp.BankNo,ccp.CardholderName,ccp.CompanyBankNo,ccp.OtherBankName,ccp.OtherSideNo,ccp.OtherSideName,ccp.Payee,
|
|
|
ccp.OrbitalPrivateTransfer,ccp.Remark As CcpRemark
|
|
|
From Grp_HotelReservations hr
|
|
|
Inner Join Grp_CreditCardPayment ccp On hr.DiId = ccp.DIId And hr.Id = ccp.CId
|