From c3ac8adc5af7d04193c70d09c029e37efef8144d Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Wed, 28 Feb 2024 15:07:36 +0800
Subject: [PATCH] 街道管理员查询不出物业公司(物业公司加一列)

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

diff --git a/src/main/java/org/springblade/modules/task/mapper/TaskBailReportingEventMapper.xml b/src/main/java/org/springblade/modules/task/mapper/TaskBailReportingEventMapper.xml
index e7c186f..081b466 100644
--- a/src/main/java/org/springblade/modules/task/mapper/TaskBailReportingEventMapper.xml
+++ b/src/main/java/org/springblade/modules/task/mapper/TaskBailReportingEventMapper.xml
@@ -37,8 +37,8 @@
 
     <select id="selectTaskBailReportingEventPage" resultMap="taskBailReportingEventResultMap">
         select * from jczz_task_bail_reporting_event where is_deleted = 0
-        <if test="vo.checkUserId != null and vo.checkUserId != ''">
-            AND check_user_id = #{vo.checkUserId}
+        <if test="taskBailReportingEvent.checkUserId != null and taskBailReportingEvent.checkUserId != ''">
+            AND check_user_id = #{taskBailReportingEvent.checkUserId}
         </if>
     </select>
 

--
Gitblit v1.9.3