lidongdong
2023-11-15 9054c387c245a9d6ab31616e6c0f6f2e65a1f6c1
组织共建项目后台列表问题
1个文件已修改
3 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NewFightCommunityConstructionMapper.xml 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NewFightCommunityConstructionMapper.xml
@@ -42,9 +42,10 @@
        <where>
            1=1
            <if test="communityId !=null and communityId != '' ">
                and construction_community_id =#{communityId}
                and nfcc.construction_community_id =#{communityId}
            </if>
        </where>
        GROUP BY nfcc.id
    </select>
    <select id="getDetails" resultType="com.panzhihua.common.model.dtos.partybuilding.NewFightCommunityConstructionDTO">