From 9990a3c4f3f5c838b17c86c93a146280c1c20107 Mon Sep 17 00:00:00 2001
From: jishenghua <752718920@qq.com>
Date: Fri, 30 Jan 2026 11:52:37 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=BA=E6=8E=92=E5=BA=8F=E5=AD=97=E6=AE=B5?=
=?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=99=BD=E5=90=8D=E5=8D=95=E9=AA=8C=E8=AF=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mapper_xml/DepotHeadMapperEx.xml | 14 ++++++++++++--
.../main/resources/mapper_xml/MaterialMapperEx.xml | 7 ++++++-
2 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml
index 88ed53b0..52e4d4c7 100644
--- a/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml
+++ b/jshERP-boot/src/main/resources/mapper_xml/DepotHeadMapperEx.xml
@@ -500,7 +500,12 @@
order by materialId desc
- order by ${column} ${order}
+
+ order by ${column}
+
+ ${order}
+
+
limit #{offset},#{rows}
@@ -706,7 +711,12 @@
order by oper_time desc,number desc
- order by ${column} ${order}
+
+ order by ${column}
+
+ ${order}
+
+
limit #{offset},#{rows}
diff --git a/jshERP-boot/src/main/resources/mapper_xml/MaterialMapperEx.xml b/jshERP-boot/src/main/resources/mapper_xml/MaterialMapperEx.xml
index 839607f4..2866b96a 100644
--- a/jshERP-boot/src/main/resources/mapper_xml/MaterialMapperEx.xml
+++ b/jshERP-boot/src/main/resources/mapper_xml/MaterialMapperEx.xml
@@ -698,7 +698,12 @@
order by m.id desc
- order by ${column} ${order}
+
+ order by ${column}
+
+ ${order}
+
+
limit #{offset},#{rows}