From c5d01f8f7aa947baa726296b58677c2b1074ec1d Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 30 七月 2024 11:41:14 +0800
Subject: [PATCH] 考核方法重构为策略+工厂

---
 ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml b/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
index 9622183..45fc2ec 100644
--- a/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
+++ b/ycl-server/src/main/resources/mapper/zgyw/CheckScoreMapper.xml
@@ -35,7 +35,6 @@
             <if test="deptId != null "> and tcs.dept_id = #{deptId}</if>
             ${params.dataScope}
         </where>
-        order by create_time desc
     </select>
     
     <select id="selectCheckScoreById" parameterType="Long" resultMap="CheckScoreResult">

--
Gitblit v1.8.0