报送相关字段填写

This commit is contained in:
吴方海
2025-05-12 16:55:47 +08:00
parent 96841fa5dc
commit 0e2bb9e9d6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8872,7 +8872,7 @@ namespace YLErp.Web.Controllers
trade_Report.UnwindPerformanceColl = trade_Report.RecoveryPerformanceColl;
trade_Report.EodPerformanceColl = trade_Report.RecoveryPerformanceColl;
trade_Report.PerformanceCollType = "现金";
trade_Report.PerformanceCollRange = "仅本笔交易";
trade_Report.PerformanceCollRange = "仅本笔交易";
trade_Report.PerformanceRemark = "详见交易确认书及定义性文件";
#endregion
}