From 1151add283d2df4dd81c592b0ffd3e5a8aac5625 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?=
<852955+jishenghua@users.noreply.gitee.com>
Date: Sun, 24 Feb 2019 13:07:17 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BA=94=E7=94=A8=E5=92=8C?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD=E7=9A=84=E6=8E=92=E5=BA=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/mapper_xml/AppMapperEx.xml | 1 +
src/main/resources/mapper_xml/FunctionsMapperEx.xml | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/main/resources/mapper_xml/AppMapperEx.xml b/src/main/resources/mapper_xml/AppMapperEx.xml
index 620ba75c..e82006c5 100644
--- a/src/main/resources/mapper_xml/AppMapperEx.xml
+++ b/src/main/resources/mapper_xml/AppMapperEx.xml
@@ -11,6 +11,7 @@
and type='${type}'
+ order by sort asc
limit #{offset},#{rows}
diff --git a/src/main/resources/mapper_xml/FunctionsMapperEx.xml b/src/main/resources/mapper_xml/FunctionsMapperEx.xml
index 846a1df9..6a52586d 100644
--- a/src/main/resources/mapper_xml/FunctionsMapperEx.xml
+++ b/src/main/resources/mapper_xml/FunctionsMapperEx.xml
@@ -11,6 +11,7 @@
and type='${type}'
+ order by sort asc
limit #{offset},#{rows}