Przeglądaj źródła

增加首页功能

wuxw 3 lat temu
rodzic
commit
72afb645ae

+ 2 - 2
java110-db/src/main/resources/mapper/user/OwnerV1ServiceDaoImplMapper.xml

@@ -169,10 +169,10 @@
         select count(DISTINCT t.member_id) from building_owner t
         left join owner_app_user oau  on t.community_id = oau.community_id and t.member_id = oau.member_id and oau.status_cd = '0'
         where t.status_cd = '0'
-        <if test="isBind == 'N'">
+        <if test='isBind == "N"'>
         and oau.member_id is null
         </if>
-        <if test="isBind == 'Y'">
+        <if test='isBind == "Y"'>
         and oau.member_id is not null
         </if>
         <if test="communityId !=null and communityId != ''">