From f88c07d7941a0c18bb097f20618c18b9d2418ccc Mon Sep 17 00:00:00 2001
From: Fancy <Fancy.fx@outlook.com>
Date: 星期三, 11 九月 2024 15:42:51 +0800
Subject: [PATCH] next node

---
 pms-parent/pms-global/src/main/resources/mapper/PrProductionNodeMapper.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/pms-parent/pms-global/src/main/resources/mapper/PrProductionNodeMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/PrProductionNodeMapper.xml
index 05fdb15..cd93f4c 100644
--- a/pms-parent/pms-global/src/main/resources/mapper/PrProductionNodeMapper.xml
+++ b/pms-parent/pms-global/src/main/resources/mapper/PrProductionNodeMapper.xml
@@ -38,6 +38,12 @@
         from pr_production_node
         where  id = #{id,jdbcType=BIGINT} 
     </select>
+    <select id="selectNodeBySort" parameterType="java.lang.Long" resultMap="BaseResultMap">
+        select
+        <include refid="Base_Column_List" />
+        from pr_production_node
+        where  process_id = #{processId,jdbcType=BIGINT} and sort = #{sort,jdbcType=INTEGER}
+    </select>
     <select id="selectNameByNodeId" parameterType="java.lang.Long" resultType="String">
         select content from pr_production_node where id = #{id}
     </select>

--
Gitblit v1.8.0