From 2f9f2b3edb14efdd1e2071e26420e9c9d20b1992 Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期三, 22 五月 2024 16:14:30 +0800 Subject: [PATCH] 2024-5-22 班次模块调整 --- inspect-server/src/main/resources/mapper/StandardTreeMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/inspect-server/src/main/resources/mapper/StandardTreeMapper.xml b/inspect-server/src/main/resources/mapper/StandardTreeMapper.xml index bdb8cfd..23b0adc 100644 --- a/inspect-server/src/main/resources/mapper/StandardTreeMapper.xml +++ b/inspect-server/src/main/resources/mapper/StandardTreeMapper.xml @@ -59,7 +59,7 @@ left join standard_tree st on st.laboratory = l.laboratory_name and st.sample_type = sto.specimen_name and st.sample = p.name - order by l.id,CAST(sto.code AS DECIMAL),st.id + order by l.id,CAST(sto.code AS DECIMAL),p.id,ISNULL(st.id),st.id </select> <select id="selectStandardProductById" resultType="com.yuanchu.mom.pojo.StandardProductList"> -- Gitblit v1.9.3