From 843d20d3b513c3513b77cfd623368571f9345e3c Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 13 三月 2026 13:13:18 +0800
Subject: [PATCH] fix: 移除数据同步类型,修改数据来源方式
---
src/main/resources/mapper/productionPlan/ProductionPlanMapper.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mapper/productionPlan/ProductionPlanMapper.xml b/src/main/resources/mapper/productionPlan/ProductionPlanMapper.xml
index a7c1b84..faa92ae 100644
--- a/src/main/resources/mapper/productionPlan/ProductionPlanMapper.xml
+++ b/src/main/resources/mapper/productionPlan/ProductionPlanMapper.xml
@@ -68,6 +68,7 @@
<if test="c.endDate != null">
AND pp.end_date <= DATE_FORMAT(#{c.endDate},'%Y-%m-%d')
</if>
+ ORDER BY pp.id DESC
</select>
<select id="selectSummaryByProductType" resultType="com.ruoyi.productionPlan.dto.ProductionPlanSummaryDto">
--
Gitblit v1.9.3