From 7ea524a6d99e7c1d9be17c88e24b2e860e5ba351 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 21 六月 2024 15:49:52 +0800 Subject: [PATCH] 设备的检测项目多加一层检验对象 --- inspect-server/src/main/resources/mapper/InsSampleMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml index 3d0ac72..32195f8 100644 --- a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml +++ b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml @@ -37,7 +37,7 @@ io.type, io.appointed, io.send_time, - io.sample_type, + group_concat(distinct isa.sample,' ') sample, isu.user_id, ip.son_laboratory, io.ins_time -- Gitblit v1.9.3