chengf
2025-08-04 1aed87083c1153c1ff2e559e01100213dd5bfa43
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>