From e4aed6ad69c6b4b55d6d043f3706967439e2500d Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 04 九月 2023 15:40:13 +0800
Subject: [PATCH] 原材料检验修改9-4

---
 standard-server/src/main/resources/mapper/MaterialMapper.xml |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/standard-server/src/main/resources/mapper/MaterialMapper.xml b/standard-server/src/main/resources/mapper/MaterialMapper.xml
index 53e1662..50a30ae 100644
--- a/standard-server/src/main/resources/mapper/MaterialMapper.xml
+++ b/standard-server/src/main/resources/mapper/MaterialMapper.xml
@@ -42,26 +42,6 @@
                            on sp.standard_id = s.id
     </select>
 
-    <select id="selectMcodeId" resultType="com.yuanchu.mom.pojo.Material">
-        select id, code
-        from mom_ocean.material
-        where name = #{name}
-    </select>
-
-    <select id="selectIdByCoNa" resultType="java.util.Map">
-        select m.id    '鐗╂枡id',
-               st.id   '瑙勬牸id',
-               st.name '瑙勬牸鍚嶇О',
-               sp.name '鍨嬪彿鍚嶇О'
-        from mom_ocean.material m,
-             mom_ocean.standard st,
-             mom_ocean.specifications sp
-        where m.id = material_id
-          and material_id = standard_id
-          and m.name = #{name}
-          and code = #{code}
-    </select>
-
     <!--鏍规嵁鏍囧噯id鏌ヨ鐗╂枡-->
     <select id="selFath" resultType="com.yuanchu.mom.pojo.Material">
         select *

--
Gitblit v1.9.3