山证bug修复及功能 迁移
This commit is contained in:
@@ -153,7 +153,7 @@ namespace YLErp.Modules.EodModule.SettlementModule
|
||||
{
|
||||
ClientId = t.ClientId,
|
||||
StructureType = t.StructureType,
|
||||
marin = s.InterestPrincipalFix * (s.InterestDirection == 1 ? -1 : 1)
|
||||
marin = s.InterestPrincipalFix * (s.InterestDirection == 1 ? -1m : 1m)
|
||||
};
|
||||
|
||||
var eodSwaps = eodSwapQuery.ToList();
|
||||
|
||||
Reference in New Issue
Block a user