wuxw преди 3 години
родител
ревизия
663562a06c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      java110-db/src/main/resources/mapper/user/OwnerV1ServiceDaoImplMapper.xml

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

@@ -166,7 +166,7 @@
 
 
     <select id="queryOwnersBindCount" parameterType="Map" resultType="Map">
-        select count(DISTINCT t.member_id) from building_owner t
+        select count(DISTINCT t.member_id) count 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"'>