From a3b6c33ffef0db2d67102edf2b56c78a1d2e551d Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 21 六月 2024 15:29:18 +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