|
@@ -326,6 +326,7 @@ Left Join Sys_SetData as sd With(Nolock) On c.PayDId = sd.Id
|
|
|
BeginTran();
|
|
|
int id = 0;
|
|
|
Grp_VisaInfo grp_Visa1 = _mapper.Map<Grp_VisaInfo>(dto);
|
|
|
+ grp_Visa1.Area = dto.Area;
|
|
|
Grp_CreditCardPayment c = _mapper.Map<Grp_CreditCardPayment>(dto);
|
|
|
c.PayMoney = dto.VisaPrice;
|
|
|
c.PaymentCurrency = dto.VisaCurrency;
|
|
@@ -451,6 +452,8 @@ Left Join Sys_SetData as sd With(Nolock) On c.PayDId = sd.Id
|
|
|
bool res = await UpdateAsync(a => a.Id == dto.Id, a => new Grp_VisaInfo
|
|
|
{
|
|
|
VisaClient = grp_Visa1.VisaClient,
|
|
|
+ Area = grp_Visa1.Area,
|
|
|
+ AgencyFeeType = grp_Visa1.AgencyFeeType,
|
|
|
VisaPrice = grp_Visa1.VisaPrice,
|
|
|
VisaCurrency = grp_Visa1.VisaCurrency,
|
|
|
IsThird = grp_Visa1.IsThird,
|