From 3ee0aee46457c3ec5546e077a91b290c0e0d15e8 Mon Sep 17 00:00:00 2001
From: chengf <2156125618@qq.com>
Date: 星期五, 01 八月 2025 18:16:19 +0800
Subject: [PATCH] 修复查询车位sql、查询业主账户等bug2025/07/31
---
java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml
index dffe86a..af74591 100755
--- a/java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml
@@ -372,6 +372,9 @@
<if test="idCard !=null and idCard != ''">
, t.id_card = #{idCard}
</if>
+ <if test="personRole !=null and personRole != ''">
+ , t.personRole = #{personRole}
+ </if>
where 1=1
<if test="bId !=null and bId != ''">
and t.b_id= #{bId}
--
Gitblit v1.8.0