|
@@ -377,6 +377,7 @@ namespace OASystem.Infrastructure.Repositories.Financial
|
|
|
}
|
|
|
else if (dto.Status == 2) //修改
|
|
|
{
|
|
|
+ _PaymentRefundAndOtherMoney.Id = dto.Id;
|
|
|
_CreditCardPayment.Id = dto.CcpId;
|
|
|
_CreditCardPayment.CId = dto.Id;
|
|
|
|
|
@@ -402,6 +403,7 @@ namespace OASystem.Infrastructure.Repositories.Financial
|
|
|
it.PaymentCurrency,
|
|
|
it.DayRate,
|
|
|
it.PayThenMoney,
|
|
|
+ it.Payee,
|
|
|
it.OrbitalPrivateTransfer
|
|
|
})
|
|
|
.WhereColumns(it => new { it.Id })
|