From 27346176f10ddcc2df668cdc76bf354132fb3dbc Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期三, 10 七月 2024 14:03:29 +0800
Subject: [PATCH] 在制品报表、班组产量报表修改
---
north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml b/north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml
index e804037..3adafe9 100644
--- a/north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml
+++ b/north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml
@@ -198,7 +198,6 @@
and o.delivery_address REGEXP #{order.deliveryAddress}
</if>
order by o.id desc
- limit #{offset},#{pageSize}
</select>
<update id="reviewOrderById">
--
Gitblit v1.8.0