From fc2133f6696504b0b95e0490995abd6d127738bb Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期日, 16 八月 2020 22:11:33 +0800
Subject: [PATCH] 优化代码
---
java110-db/src/main/resources/mapper/user/OwnerAppUserServiceDaoImplMapper.xml | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/user/OwnerAppUserServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/OwnerAppUserServiceDaoImplMapper.xml
index 6615f94..9d54cba 100644
--- a/java110-db/src/main/resources/mapper/user/OwnerAppUserServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/OwnerAppUserServiceDaoImplMapper.xml
@@ -229,9 +229,6 @@
<if test="state !=null and state != ''">
, t.state= #{state}
</if>
- <if test="communityId !=null and communityId != ''">
- , t.community_id= #{communityId}
- </if>
<if test="appTypeCd !=null and appTypeCd != ''">
, t.app_type_cd= #{appTypeCd}
</if>
@@ -248,6 +245,12 @@
<if test="appUserId !=null and appUserId != ''">
and t.app_user_id= #{appUserId}
</if>
+ <if test="memberId !=null and memberId != ''">
+ and t.member_id= #{memberId}
+ </if>
+ <if test="communityId !=null and communityId != ''">
+ and t.community_id= #{communityId}
+ </if>
<if test="bId !=null and bId != ''">
and t.b_id= #{bId}
</if>
--
Gitblit v1.8.0