From f5114972497953a70772f202a8ae2a0bf96659b0 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 14 二月 2025 17:17:30 +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