lidongdong
2023-07-10 34899807858f6a5d3d3bc0fa3931db7f5311b921
修改街道获取接口数据重复
1个文件已修改
5 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDynDOMapper.xml 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDynDOMapper.xml
@@ -231,14 +231,15 @@
        </if>
         <if test="comActDynVO.typeS != null and comActDynVO.typeS == 2 ">
             AND d.type in (SELECT cadt.id FROM `com_act_dyn_type` as cadt WHERE cadt.name in
             AND d.type in (
            (SELECT cadt.id FROM `com_act_dyn_type` as cadt WHERE cadt.name in
             <foreach collection="comActDynVO.typeList" item="id" index="index" open="(" close=")" separator=",">
                 #{id}
             </foreach>
             <if test="comActDynVO.communityId != null and comActDynVO.communityId != '' ">
                 and cadt.community_id in (${comActDynVO.communityId})
             </if>
             </if>)
             ,
             (SELECT cadt2.id FROM `com_act_dyn_type` as cadt2 WHERE cadt2.name in
             <foreach collection="comActDynVO.typeList" item="id" index="index" open="(" close=")" separator=",">