bug fix
This commit is contained in:
@@ -1571,7 +1571,7 @@ namespace YLErp.Modules.SwapModule
|
||||
/// <returns></returns>
|
||||
public SearchListResult<SwapPositionResponse> SearchEodPositionList(EodSwapPositionQueryRequest req)
|
||||
{
|
||||
var predicate = PredicateBuilder.Create<eod_swap_position>(n => !n.Invalid && n.PosiDirection > 0);
|
||||
var predicate = PredicateBuilder.Create<eod_swap_position>(n => !n.Invalid);
|
||||
var tradePredicate = PredicateBuilder.Create<trade>(n => n.TradeType == "收益互换"
|
||||
&& n.ValidState != "InValid");
|
||||
if (req.ValueDate.HasValue)
|
||||
|
||||
Reference in New Issue
Block a user