From 146bd184f86648f21603d7d6698cdbe0a2df7cff Mon Sep 17 00:00:00 2001
From: xiaogang <905166056@qq.com>
Date: 星期四, 18 八月 2022 14:50:52 +0800
Subject: [PATCH] 优化报修,采购,缴费bug
---
java110-db/src/main/resources/mapper/user/OwnerV1ServiceDaoImplMapper.xml | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/user/OwnerV1ServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/OwnerV1ServiceDaoImplMapper.xml
index 22a8ff7..c07a57d 100644
--- a/java110-db/src/main/resources/mapper/user/OwnerV1ServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/OwnerV1ServiceDaoImplMapper.xml
@@ -72,9 +72,7 @@
<if test="newBId != null and newBId != ''">
,t.b_id = #{newBId}
</if>
- <if test="idCard !=null and idCard != ''">
- , t.id_card= #{idCard}
- </if>
+ , t.id_card= #{idCard}
<if test="sex !=null and sex != ''">
, t.sex= #{sex}
</if>
@@ -105,7 +103,7 @@
<if test="communityId !=null and communityId != ''">
, t.community_id= #{communityId}
</if>
- <if test="age !=null and age != ''">
+ <if test="age != ''">
, t.age= #{age}
</if>
where 1=1
--
Gitblit v1.8.0