山证bug修复及功能 迁移

This commit is contained in:
吴方海
2024-06-04 18:19:49 +08:00
parent df65cd0add
commit acbd2e7678
39 changed files with 709 additions and 406 deletions
@@ -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();