From 27cf08e72fbff991712384ee7d5c509dc0ccc76f Mon Sep 17 00:00:00 2001 From: xyc <jc_xiong@hotmail.com> Date: 星期一, 19 八月 2024 15:37:43 +0800 Subject: [PATCH] 传给算法包的模型中,增加节点的名称,以方便调试。 --- modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml b/modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml index 60c39a8..afa52bf 100644 --- a/modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml +++ b/modules/mainPart/src/main/resources/mapper/basicInfo/XhProductModelDao.xml @@ -54,6 +54,8 @@ 'node' as nodeType, '' as nodeTypeExt, s.svg_content as svgContent, + s.anchors_content as anchorsContent, + s.anchors_points as anchorsPoints, s.width as imgWidth, s.height as imgHeight, a.id as dataId, @@ -67,7 +69,8 @@ p.repair_distrib_type as repairDistribType, p.repair_mttcr as repairMttcr, p.repair_mttcr_other_params2 as repairMttcrOtherParams2, - p.repair_mttcr_other_params3 as repairMttcrOtherParams3 + p.repair_mttcr_other_params3 as repairMttcrOtherParams3, + p.task_mtbcf_regul_succ_rate as success_rate FROM product_model a left join sys_dict_data d on d.DICT_VALUE = a.product_type and dict_type_id = '1728965873022050306' left join param_data p on p.product_id = a.id -- Gitblit v1.9.1