From ad2ec97fe0c60eee4bb7c8cdacff7c876f280ea7 Mon Sep 17 00:00:00 2001
From: linwei <872216696@qq.com>
Date: Mon, 08 Jan 2024 11:30:18 +0800
Subject: [PATCH] 公安安全监管
---
src/main/java/org/springblade/modules/grid/mapper/GridWorkLogMapper.xml | 6 +++---
1 files changed, 3 insertions(+), 3 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 7be4739..6c72b46 100644
--- a/src/main/java/org/springblade/modules/grid/mapper/GridWorkLogMapper.xml
+++ b/src/main/java/org/springblade/modules/grid/mapper/GridWorkLogMapper.xml
@@ -39,16 +39,16 @@
and jgwl.person_type = #{gridWorkLog.personType}
</if>
<if test="gridWorkLog.name !=null and gridWorkLog.name!=''">
- and jgwl.name like concat('%',#{gridWorkLog.name},'%')
+ and jh.name like concat('%',#{gridWorkLog.name},'%')
</if>
<if test="gridWorkLog.phone !=null and gridWorkLog.phone!=''">
- and jgwl.phone like concat('%',#{gridWorkLog.phone},'%')
+ and jh.phone_number like concat('%',#{gridWorkLog.phone},'%')
</if>
<if test="gridWorkLog.townName!=null and gridWorkLog.townName!=''">
and jda.town_street_name like concat('%',#{gridWorkLog.townName},'%')
</if>
<if test="gridWorkLog.neiName!=null and gridWorkLog.neiName!=''">
- and jda.nei_name like concat('%',#{household.neiName},'%')
+ and jda.nei_name like concat('%',#{gridWorkLog.neiName},'%')
</if>
<if test="gridWorkLog.regionCode!=null and gridWorkLog.regionCode!=''">
and jg.community_code like concat('%',#{gridWorkLog.regionCode},'%')
--
Gitblit v1.9.3