leiy 1 년 전
부모
커밋
fd08d0cf3b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      OASystem/OASystem.Infrastructure/Repositories/Financial/PaymentRefundAndOtherMoneyRepository.cs

+ 2 - 0
OASystem/OASystem.Infrastructure/Repositories/Financial/PaymentRefundAndOtherMoneyRepository.cs

@@ -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 })