From 6236d3f2ade69cfea844b1cfdd7622909dd42026 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期二, 29 八月 2023 17:54:22 +0800
Subject: [PATCH] 删除委托报检(样品)

---
 laboratory-server/src/main/resources/mapper/InstrumentMapper.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/laboratory-server/src/main/resources/mapper/InstrumentMapper.xml b/laboratory-server/src/main/resources/mapper/InstrumentMapper.xml
index 092e24c..3aa5914 100644
--- a/laboratory-server/src/main/resources/mapper/InstrumentMapper.xml
+++ b/laboratory-server/src/main/resources/mapper/InstrumentMapper.xml
@@ -44,5 +44,9 @@
                equipment_name name
         from lims_laboratory.instrument
                  left join lims_laboratory.classify c on c.id = instrument.classify_id
+        where conditions in(1,5)
+    </select>
+    <select id="getInstrument" resultType="com.yuanchu.limslaboratory.pojo.Instrument">
+        select id,equipment_name name from instrument  where 1=1  and state=1 and conditions=5
     </select>
 </mapper>

--
Gitblit v1.9.3