修复平仓时计息使用事件日期
This commit is contained in:
@@ -914,7 +914,7 @@ namespace YLErp.Modules.SwapModule
|
||||
{
|
||||
throw new ArgumentNullException("平仓日期缺失");
|
||||
}
|
||||
var date = flowEvent.UnwindDate.GetValueOrDefault();
|
||||
var date = flowEvent.EventDate;
|
||||
BondPaymentService servie = new BondPaymentService(UserInfo);
|
||||
var payments = servie.GetBondPayments(flowEvent.UnderlyingCode, td.StartDate.Value, date);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user