From af8398d2076b0bd8420da0e36bf620d3033a1a65 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Wed, 20 Dec 2023 15:07:43 +0800
Subject: [PATCH] 统计接口优化
---
src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 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 f85fa3d..074f2d5 100644
--- a/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
+++ b/src/main/java/org/springblade/modules/house/mapper/HouseMapper.xml
@@ -272,7 +272,7 @@
</if>
<if test="aoiCode != null and aoiCode != ''">
- and jda.aoi_code=#{aoiCode}}
+ and jda.aoi_code=#{aoiCode}
</if>
<if test="userId != null">
AND jda.address_code IN (
@@ -314,7 +314,7 @@
</if>
<if test="aoiCode != null and aoiCode != ''">
- and jda.aoi_code=#{aoiCode}}
+ and jda.aoi_code=#{aoiCode}
</if>
<if test="userId != null">
AND jda.address_code IN (
@@ -352,7 +352,7 @@
</if>
<if test="aoiCode != null and aoiCode != ''">
- and jda.aoi_code=#{aoiCode}}
+ and jda.aoi_code=#{aoiCode}
</if>
<if test="userId != null">
AND jda.address_code IN (
@@ -392,7 +392,7 @@
</if>
<if test="aoiCode != null and aoiCode != ''">
- and jda.aoi_code=#{aoiCode}}
+ and jda.aoi_code=#{aoiCode}
</if>
<if test="userId != null">
AND jda.address_code IN (
--
Gitblit v1.9.3