diff --git a/ruoyi-admin/src/main/resources/mapper/purchase/PurchasePlanMapper.xml b/ruoyi-admin/src/main/resources/mapper/purchase/PurchasePlanMapper.xml
index f9cd1dc2..5c7a2d6d 100644
--- a/ruoyi-admin/src/main/resources/mapper/purchase/PurchasePlanMapper.xml
+++ b/ruoyi-admin/src/main/resources/mapper/purchase/PurchasePlanMapper.xml
@@ -42,6 +42,7 @@
and purchase_plan_type = #{purchasePlanType} and create_time between #{params.beginCreateTime} and #{params.endCreateTime}
+ order by create_time desc