From bdaa5b0e0a8e4005955bcd1b02583f74eed6db94 Mon Sep 17 00:00:00 2001
From: zhanglipeng <chinazhanglipeng@qq.com>
Date: Fri, 17 Sep 2021 17:55:08 +0800
Subject: [PATCH] =?UTF-8?q?=E6=95=99=E5=B8=88=E7=BB=A9=E6=95=88=E8=80=83?=
 =?UTF-8?q?=E6=A0=B8=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../resources/mybatis/benyi/ByTeacherassessmentMapper.xml    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ruoyi/src/main/resources/mybatis/benyi/ByTeacherassessmentMapper.xml b/ruoyi/src/main/resources/mybatis/benyi/ByTeacherassessmentMapper.xml
index 6919e3bea..3553da248 100644
--- a/ruoyi/src/main/resources/mybatis/benyi/ByTeacherassessmentMapper.xml
+++ b/ruoyi/src/main/resources/mybatis/benyi/ByTeacherassessmentMapper.xml
@@ -66,9 +66,10 @@
             <if test="sgbl != null ">and a.sgbl = #{sgbl}</if>
             <if test="wsbl != null ">and a.wsbl = #{wsbl}</if>
             <if test="zfbl != null ">and a.zfbl = #{zfbl}</if>
+
+            <!-- 数据范围过滤 -->
+            ${dataScope}
         </where>
-        <!-- 数据范围过滤 -->
-        ${dataScope}
         order by a.create_time desc
     </select>