From 68f6642d4d1fff10c6bd898d69dd7bff27adbc16 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期日, 24 九月 2023 15:18:29 +0800
Subject: [PATCH] 修改2.0   9.24

---
 standard-server/src/main/resources/mapper/TechniqueMapper.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/standard-server/src/main/resources/mapper/TechniqueMapper.xml b/standard-server/src/main/resources/mapper/TechniqueMapper.xml
index 8dd2a7b..4132bae 100644
--- a/standard-server/src/main/resources/mapper/TechniqueMapper.xml
+++ b/standard-server/src/main/resources/mapper/TechniqueMapper.xml
@@ -111,15 +111,15 @@
                                   and specifications_id = #{specificationsId})
     </select>
     <!--鏍规嵁宸ヨ壓璺嚎id鏌ヨ鎵�鏈夌増鏈�-->
-    <select id="selectVerByTeId" resultType="java.lang.Integer">
+   <!-- <select id="selectVerByTeId" resultType="java.lang.Integer">
         select distinct version
         from mom_ocean.technique
         where state = 1
           and technology_id = #{technologyId}
-    </select>
+    </select>-->
 
     <!--鏌ヨ璇ュ伐鑹轰笅鏈�鏂扮増鏈湪涓�涓楠岄」鐩笅鍙互浣跨敤鍝簺璁惧-->
-    <select id="selDevByVerTecIdFaNam" resultType="java.util.Map">
+    <!--<select id="selDevByVerTecIdFaNam" resultType="java.util.Map">
         select device.id, device
         from mom_ocean.technique
                  left join mom_ocean.device on name = device
@@ -129,7 +129,7 @@
           and product_father = #{father}
           and product = #{name}
           and version = #{ver}
-    </select>
+    </select>-->
 
     <!--鏍规嵁id鏌ョ湅璇︽儏-->
     <select id="selTeqById" resultType="java.util.Map">

--
Gitblit v1.9.3