From 62780df6d2e1c72ff489a9054631015dc6f5d0be Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Tue, 16 Apr 2024 15:01:40 +0800
Subject: [PATCH] 走访记录bug

---
 src/main/java/org/springblade/modules/grid/mapper/GridWorkLogMapper.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/springblade/modules/grid/mapper/GridWorkLogMapper.xml b/src/main/java/org/springblade/modules/grid/mapper/GridWorkLogMapper.xml
index da6df79..4193d35 100644
--- a/src/main/java/org/springblade/modules/grid/mapper/GridWorkLogMapper.xml
+++ b/src/main/java/org/springblade/modules/grid/mapper/GridWorkLogMapper.xml
@@ -56,13 +56,13 @@
                     <if test="gridWorkLog.roleName=='wgy'">
                         <choose>
                             <when test="gridCodeList !=null and gridCodeList.size()>0">
-                                and jh.grid_code in
+                                and jhs.grid_code in
                                 <foreach collection="gridCodeList" item="code" open="(" close=")" separator=",">
                                     #{code}
                                 </foreach>
                             </when>
                             <otherwise>
-                                and jh.grid_code in ('')
+                                and jhs.grid_code in ('')
                             </otherwise>
                         </choose>
                     </if>

--
Gitblit v1.9.3