From f682213b9ff8a7d41ea16edfb1b68d996c46e080 Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期六, 29 三月 2025 14:03:36 +0800
Subject: [PATCH] 1.清除无用方法 2.检测项目预警修改 3.数采绑定调整

---
 basic-server/src/main/resources/mapper/StandardMethodListMapper.xml |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

diff --git a/basic-server/src/main/resources/mapper/StandardMethodListMapper.xml b/basic-server/src/main/resources/mapper/StandardMethodListMapper.xml
index 957fd1f..32fbb43 100644
--- a/basic-server/src/main/resources/mapper/StandardMethodListMapper.xml
+++ b/basic-server/src/main/resources/mapper/StandardMethodListMapper.xml
@@ -52,24 +52,6 @@
         from structure_item_parameter
         where method = #{code}
     </select>
-    <select id="selectStandardMethodLists2" resultType="com.ruoyi.basic.pojo.StandardMethodList">
-        select sml.id, sml.code, sml.name,sml.remark, sml.create_time, u.name create_user_name
-        from standard_method_list sml
-        left join user u on u.id = sml.create_user
-        where factory = #{data1}
-        <if test="data2 != null">
-            and laboratory = #{data2}
-        </if>
-        <if test="data3 != null">
-            and sample_type = #{data3}
-        </if>
-        <if test="data4 != null">
-            and sample = #{data4}
-        </if>
-        <if test="data5 != null">
-            and model = #{data5}
-        </if>
-    </select>
     <select id="selectStandardMethodLists3" resultType="com.ruoyi.basic.pojo.StandardMethodList">
         select id, code, name, remark
         from standard_method

--
Gitblit v1.9.3