From c25842381e9d0cada0f4ca9dbbf7e44e666aaa55 Mon Sep 17 00:00:00 2001
From: zhanglipeng <chinazhanglipeng@qq.com>
Date: Fri, 13 Aug 2021 12:34:53 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ruoyi/src/main/resources/mybatis/benyi/ByMathPlanMapper.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ruoyi/src/main/resources/mybatis/benyi/ByMathPlanMapper.xml b/ruoyi/src/main/resources/mybatis/benyi/ByMathPlanMapper.xml
index aae22bd50..3f56bedf5 100644
--- a/ruoyi/src/main/resources/mybatis/benyi/ByMathPlanMapper.xml
+++ b/ruoyi/src/main/resources/mybatis/benyi/ByMathPlanMapper.xml
@@ -36,7 +36,6 @@
             <if test="suggest != null  and suggest != ''">and suggest = #{suggest}</if>
             <if test="createtime != null ">and createtime = #{createtime}</if>
         </where>
-        order by createtime desc
     </select>
 
     <select id="selectByMathPlanById" parameterType="Long" resultMap="ByMathPlanResult">