From 2957328815d00bbdb8705e834262c7b8d610f605 Mon Sep 17 00:00:00 2001 From: yinq Date: Mon, 25 Aug 2025 14:51:12 +0800 Subject: [PATCH] =?UTF-8?q?change=20-=20=E6=B4=BE=E5=B7=A5=E6=8C=89?= =?UTF-8?q?=E7=85=A7=E8=AE=A1=E5=88=92=E7=8A=B6=E6=80=81=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/mes/MesProductPlanMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw-modules/hw-mes/src/main/resources/mapper/mes/MesProductPlanMapper.xml b/hw-modules/hw-mes/src/main/resources/mapper/mes/MesProductPlanMapper.xml index 6221e7a3..731ec535 100644 --- a/hw-modules/hw-mes/src/main/resources/mapper/mes/MesProductPlanMapper.xml +++ b/hw-modules/hw-mes/src/main/resources/mapper/mes/MesProductPlanMapper.xml @@ -364,7 +364,7 @@ and mpp.plan_status = #{planStatus} and mpp.plan_status in ('1','2') - order by mpp.plan_id desc + order by mpp.plan_status, mpp.plan_id desc