From ac18080bb1eecb943599f4a1c8842718d089485f Mon Sep 17 00:00:00 2001
From: xyc <jc_xiong@hotmail.com>
Date: 星期四, 21 三月 2024 17:11:33 +0800
Subject: [PATCH] 将RBD转换为算法库所需的XML
---
modules/mainPart/src/main/resources/mapper/taskReliability/ModelRbdDao.xml | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/modules/mainPart/src/main/resources/mapper/taskReliability/ModelRbdDao.xml b/modules/mainPart/src/main/resources/mapper/taskReliability/ModelRbdDao.xml
index 1225051..a3212db 100644
--- a/modules/mainPart/src/main/resources/mapper/taskReliability/ModelRbdDao.xml
+++ b/modules/mainPart/src/main/resources/mapper/taskReliability/ModelRbdDao.xml
@@ -31,6 +31,15 @@
</where>
limit 1
</select>
+ <select id="getDiagramOfXDY" resultType="com.zt.life.modules.mainPart.taskReliability.model.ModelRbd">
+ select a.*
+ from model_rbd a
+ <where>
+ a.is_delete = 0
+ and a.product_id =${productId}
+ </where>
+ limit 1
+ </select>
<update id="deleteByModelId">
delete
--
Gitblit v1.9.1