Explorar el Código

优化 代码

java110 hace 5 años
padre
commit
497fe470f2

+ 1 - 1
java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml

@@ -502,7 +502,7 @@
         where o.status_cd = '0'
         and o.owner_type_cd = '1001'
         and o.community_id = #{communityId}
-        and orr.rel_id is null or orr.state in ('2001','2003')
+        and orr.rel_id is null
     </select>
 
     <!-- queryOwnersByRoom -->