lidongdong
2023-06-30 878443522c75acbd5174b57178347debd287293d
修改三资公开查询分类问题
1个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDynDOMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDynDOMapper.xml
@@ -231,13 +231,13 @@
        </if>
         <if test="comActDynVO.typeS != null and comActDynVO.typeS == 2 ">
             AND d.type in (SELECT id FROM `com_act_dyn_type` WHERE 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 community_id in (${comActDynVO.communityId})
                 and cadt.community_id in (${comActDynVO.communityId})
             </if>)
        </if>