From 36006e6a957e6cce7df95691e5912785a6e231e0 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期四, 22 五月 2025 16:26:46 +0800 Subject: [PATCH] 产品测试检查项查询排序 --- pms-parent/pms-global/src/main/resources/mapper/PltProductTestInspectionItemsMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pms-parent/pms-global/src/main/resources/mapper/PltProductTestInspectionItemsMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/PltProductTestInspectionItemsMapper.xml index d75f9f9..439a8bb 100644 --- a/pms-parent/pms-global/src/main/resources/mapper/PltProductTestInspectionItemsMapper.xml +++ b/pms-parent/pms-global/src/main/resources/mapper/PltProductTestInspectionItemsMapper.xml @@ -63,7 +63,7 @@ t.disabled != 1 and </if> </trim> - order by sort desc + order by pro_id desc, sort asc <trim prefix="limit " > <if test="start != null and count != null"> #{start}, #{count} -- Gitblit v1.8.0