LifePayment/LifePayment.Application/LifePay/LifePayOrderService.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
LifePayment/LifePayment.Application/LifePay/LifePayOrderService.cs
@@ -265,7 +265,7 @@ { var repeat = await _lifePayExpensesReceiptsRepository.Where(x => x.ExpensesReceiptsType == input.ExpensesReceiptsType && x.OrderNo == input.OrderNo).AnyAsync(); if (repeat) if (!repeat) { var data = new LifePayExpensesReceipts() { @@ -463,7 +463,7 @@ } var repeat = await _lifePayChannlesRakeRepository.Where(x => x.OrderNo == item.OrderNo).AnyAsync(); if (repeat) if (!repeat) { await _lifePayChannlesRakeRepository.InsertAsync(lifePayChannlesRake); }