From 4722a5abc5bfd5c275096c9f024c0fe27db2eefd Mon Sep 17 00:00:00 2001 From: “zhuo” <“zhuo@itcast.cn”> Date: 星期四, 10 八月 2023 13:13:30 +0800 Subject: [PATCH] 8-10提交代码 --- 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