|
@@ -353,8 +353,8 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
Inviter = dto.Inviter,
|
|
|
InviteTime = dto.InviteTime,
|
|
|
Attachment = dto.Attachment,
|
|
|
- InviteCosts = dto.InviteCosts,
|
|
|
- Currency = dto.Currency,
|
|
|
+ InviteCost = dto.InviteCosts,
|
|
|
+ InviteCurrency = dto.Currency,
|
|
|
SendCost = dto.SendCost,
|
|
|
IsGoOfficaiaBussiness = dto.IsGoOfficaiaBussiness,
|
|
|
Remark = dto.Remark,
|
|
@@ -403,13 +403,13 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
if (_TeamRate != null)
|
|
|
{
|
|
|
|
|
|
- if (grp_Invitation.Currency == 49)
|
|
|
+ if (grp_Invitation.InviteCurrency == 49)
|
|
|
{
|
|
|
grp_CreditCardPayment.DayRate = _TeamRate.RateU;
|
|
|
grp_CreditCardPayment.RMBPrice = grp_CreditCardPayment.PayMoney * Convert.ToDecimal(_TeamRate.RateU);
|
|
|
//ccp.PayMoney = ccp.PayMoney * float.Parse(tr.RateU);
|
|
|
}
|
|
|
- else if (grp_Invitation.Currency == 51)
|
|
|
+ else if (grp_Invitation.InviteCurrency == 51)
|
|
|
{
|
|
|
grp_CreditCardPayment.DayRate = _TeamRate.RateE;
|
|
|
grp_CreditCardPayment.RMBPrice = grp_CreditCardPayment.PayMoney * Convert.ToDecimal(_TeamRate.RateE);
|
|
@@ -430,7 +430,7 @@ namespace OASystem.Infrastructure.Repositories.Groups
|
|
|
{
|
|
|
PayDId = dto.PayDId,
|
|
|
PayMoney = grp_CreditCardPayment.PayMoney,
|
|
|
- PaymentCurrency = grp_Invitation.Currency,
|
|
|
+ PaymentCurrency = grp_Invitation.InviteCurrency,
|
|
|
Payee = dto.Payee,
|
|
|
OrbitalPrivateTransfer = dto.OrbitalPrivateTransfer,
|
|
|
DayRate = grp_CreditCardPayment.DayRate,
|