From 855f1ab0148cbfc26bc365a8c46ab8b7d427c01e Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期二, 12 三月 2024 08:16:48 +0800
Subject: [PATCH] 更新提交
---
north-glass-erp/src/main/resources/mapper/sd/Delivery.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/north-glass-erp/src/main/resources/mapper/sd/Delivery.xml b/north-glass-erp/src/main/resources/mapper/sd/Delivery.xml
index 7dc44a0..bb176f9 100644
--- a/north-glass-erp/src/main/resources/mapper/sd/Delivery.xml
+++ b/north-glass-erp/src/main/resources/mapper/sd/Delivery.xml
@@ -122,7 +122,7 @@
and fgi.quantity_available REGEXP #{order.finishedGoodsInventory.quantityAvailable}
</if>
</where>
- group by o.order_id
+ group by o.order_id order by o.id desc
limit #{offset},#{pageSize};
</select>
--
Gitblit v1.8.0