From ac2ee2bbf5993c2e5aa009049c9444c226960caa Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期六, 19 八月 2023 15:16:18 +0800
Subject: [PATCH] LIMS管理系统框架-开发8-19
---
laboratory-server/src/main/resources/mapper/InstrumentMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/laboratory-server/src/main/resources/mapper/InstrumentMapper.xml b/laboratory-server/src/main/resources/mapper/InstrumentMapper.xml
index ccf1794..ee31f57 100644
--- a/laboratory-server/src/main/resources/mapper/InstrumentMapper.xml
+++ b/laboratory-server/src/main/resources/mapper/InstrumentMapper.xml
@@ -19,4 +19,7 @@
</if>
AND i.`user_id` = u.`id`
</select>
+ <select id="selectInstrument" resultType="Map">
+ select id,equipment_name from lims_laboratory.instrument
+ </select>
</mapper>
--
Gitblit v1.9.3