Merge branch 'glms/feature/0812_zmr_divPower' into glms/feature/1.4.2

This commit is contained in:
张名锐
2026-08-26 09:53:38 +08:00
@@ -3719,7 +3719,7 @@ namespace YLErp.Modules.SwapModule
else if (isEtf)
{
item.PeriodAmount = null;
item.DividendAmount = pendingDividend;
item.DividendAmount = -pendingDividend; // 每日估值报告是客户视角 取值与日终持仓风险相反
}
else
{