From af2e8b789860666d18086a2e0c15334c7425317c Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 15 Jun 2026 11:14:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/longchuang/ProductionPlanMapper.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/longchuang/ProductionPlanMapper.xml b/src/main/resources/mapper/longchuang/ProductionPlanMapper.xml index 45305eb..44f0b1d 100644 --- a/src/main/resources/mapper/longchuang/ProductionPlanMapper.xml +++ b/src/main/resources/mapper/longchuang/ProductionPlanMapper.xml @@ -77,7 +77,7 @@ and a.plan_finish_date #{query.planEndDate} - order by isnull(a.plan_delivery_date, a.plan_finish_date) desc, a.create_time desc, a.order_no desc + order by isnull(a.plan_delivery_date, a.plan_finish_date) asc