| | |
| | | @ApiModelProperty("获取社区工作者") |
| | | private String serviceTeam="0"; |
| | | |
| | | @ApiModelProperty("通知公告") |
| | | private String announcement="0"; |
| | | |
| | | |
| | | |
| | | @ApiModelProperty("商家分类") |
| | |
| | | <select id="baseInfo" resultType="com.panzhihua.common.model.vos.jinhui.JinhuiCommunityServicesVO"> |
| | | select |
| | | count(id) as population, |
| | | IFNULL((select count(id) from com_act_announcement where community_id = ${communityId}) ,0) as announcement, |
| | | IFNULL((select count(id) from com_pb_member where community_id = ${communityId} and audit_result =1 ),0) as partyMember, |
| | | IFNULL((select count(id) from com_mng_volunteer_mng where community_id = ${communityId} and state=2 ),0) as volunteer |
| | | from com_mng_population_community_tags AS cmpct |