ソースを参照

优化 代码

java110 5 年 前
コミット
497fe470f2
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      java110-db/src/main/resources/mapper/user/OwnerServiceDaoImplMapper.xml

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

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