From 0f295be13b7f39acfb02cb3c9328415024bf009d Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期一, 24 二月 2025 17:33:22 +0800 Subject: [PATCH] 标准物质清单 --- basic-server/src/main/resources/mapper/StandardProductListMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/basic-server/src/main/resources/mapper/StandardProductListMapper.xml b/basic-server/src/main/resources/mapper/StandardProductListMapper.xml index 8223bfc..52d6bfe 100644 --- a/basic-server/src/main/resources/mapper/StandardProductListMapper.xml +++ b/basic-server/src/main/resources/mapper/StandardProductListMapper.xml @@ -69,8 +69,8 @@ <if test="insItems != ''"> and inspection_item_subclass = #{insItems} </if> - group by spl.id order by p.id + group by spl.id </select> <select id="getOne" resultType="com.ruoyi.basic.pojo.StandardProductList"> select * from standard_product_list -- Gitblit v1.9.3