101captain
2022-04-06 1184a1281bca6e537d27d0c5c843bc5f44e05a68
花城E+临时处理
1个文件已修改
4 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActReserveMapper.xml 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActReserveMapper.xml
@@ -47,7 +47,9 @@
        select id,title,type,img_type, img_url,adver_position_top, adver_position_application from com_act_reserve
        <where>
            status = 2 and adver_position_application = 1
                and community_id = 1
            <if test="communityId !=null">
                and (community_id = ${communityId} or community_id = 1)
            </if>
        </where>
    </select>