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> @@ -282,6 +283,9 @@ <if test="memberId !=null and memberId != ''"> and t.member_id= #{memberId} </if> <if test="userId !=null and userId != ''"> and t.user_id= #{userId} </if> </select>