From 5fd47c20d64ec1b09a30cdaeef20c4ccbaad5376 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Tue, 26 Mar 2024 11:57:04 +0800
Subject: [PATCH] 用户名修改成住户名称
---
src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml b/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
index fda77a9..8a9ebba 100644
--- a/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
+++ b/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
@@ -796,7 +796,7 @@
<!--查询未绑定网格或警格的数据-->
<select id="getNotBindGridOrJwGridList" resultType="org.springblade.modules.house.entity.HouseEntity">
- select lng,lat from jczz_house where is_deleted = 0 and lng != ''
+ select id,lng,lat from jczz_house where is_deleted = 0 and lng != ''
<if test="type == 1">
and grid_code is null
</if>
@@ -833,6 +833,7 @@
<if test="house.roleName=='wgy'">
<choose>
<when test="gridCodeList !=null and gridCodeList.size()>0">
+ and jh.grid_code in
<foreach collection="gridCodeList" item="code" open="(" close=")" separator=",">
#{code}
</foreach>
--
Gitblit v1.9.3