From 3f4948a093237990407b4deaa77506c720dbb859 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 18 五月 2020 15:27:16 +0800
Subject: [PATCH] Merge branch 'back' of https://github.com/java110/MicroCommunity into back
---
java110-db/src/main/resources/mapper/user/OwnerAppUserServiceDaoImplMapper.xml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/user/OwnerAppUserServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/user/OwnerAppUserServiceDaoImplMapper.xml
index b2f9659..809350b 100644
--- a/java110-db/src/main/resources/mapper/user/OwnerAppUserServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/user/OwnerAppUserServiceDaoImplMapper.xml
@@ -243,6 +243,7 @@
and t.state = td1.status_cd
and td1.table_name = 'owner_app_user'
and td1.table_columns = 'state'
+ and t.status_cd = '0'
<if test="idCard !=null and idCard != ''">
and t.id_card= #{idCard}
</if>
@@ -283,7 +284,7 @@
and t.member_id= #{memberId}
</if>
<if test="userId !=null and userId != ''">
- , t.user_id= #{userId}
+ and t.user_id= #{userId}
</if>
--
Gitblit v1.8.0