java110-db/src/main/resources/mapper/community/CommunityServiceDaoImplMapper.xml
@@ -648,4 +648,7 @@ and sc.community_id = #{communityId} </if> </select> <select id="getCommunitys" resultType="com.java110.dto.community.CommunityDto"> select `name` from s_community where status_cd = 0 </select> </mapper>