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>