bug修复

This commit is contained in:
吴方海
2025-08-20 16:02:42 +08:00
parent 7c3463e636
commit eb4a51110e
2 changed files with 12 additions and 2 deletions
@@ -109,7 +109,17 @@ namespace YLErp.Modules.SuperviseReportModule.ExtendReport.ZheShang
// 设置标的信息
obj.UndrlygAssetCode = item.position.UnderlyingCode;
obj.UndrlygAssetName = underlyingName; // 使用前面获取的标的名称
obj.SumInvestmentTargetType = ""; // 标的类型,可能需要根据实际情况调整
/**
* 0:权益类
1:大宗商品
2:利率
3:信用类
4:汇率
5:混合类
99:其他
说明:对于多类别资产组合,单一资产类别占比大于等于80%的,分类为该类别,各资产类别占比均小于80%的,为混合类
*/
obj.SumInvestmentTargetType = "2"; // 标的类型,可能需要根据实际情况调整
obj.UndrlygAssetTradgPlc = ""; // 标的交易场所,可能需要根据实际情况调整
/**
* 校验规则:当“业务类型”为“收益互换”时,必填
@@ -1,5 +1,5 @@
@{
ViewBag.Title = "其他报";
ViewBag.Title = "其他报";
Layout = "~/Views/Shared/_MainLayout.cshtml";
var pageObj = new
{