BugFix 添加信用债的计算
This commit is contained in:
@@ -440,7 +440,8 @@ namespace YLErp.Modules.EodModule
|
||||
{
|
||||
"场内期权",
|
||||
"商品期货",
|
||||
"股票"
|
||||
"股票",
|
||||
"信用债"
|
||||
};
|
||||
var sourceQuery = from t in DbContext.Set<TEntity>().Where(t => t.ValueDate >= startDate && t.ValueDate <= endDate && tradeTypes.Contains(t.TradeType))
|
||||
join un in DbContext.underlying_manager on t.UnderlyingCode equals un.UnderlyingCode
|
||||
|
||||
Reference in New Issue
Block a user