huanghongfa
2021-07-09 d0cd713a994afd0cb2c8a681bfa7fba734f5ecc1
springcloud_k8s_panzhihuazhihuishequ/service_grid/src/main/resources/mapper/EventMapper.xml
@@ -1270,4 +1270,15 @@
         AND egd.grid_community_id = #{communityId}
   </select>
   <select id="getSSPEventTotal" resultType="Map">
      SELECT
         count( id ) as noEventSSPTotal,
         ( SELECT count( id ) FROM com_act_easy_photo WHERE handle_status = 2 AND community_id = #{communityId} ) AS eventSSPTotal
      FROM
         com_act_easy_photo
      WHERE
         handle_status = 2
         AND community_id = #{communityId}
   </select>
</mapper>