lidongdong
2024-09-23 8376e070b851fdd41dc6bbc56fd576c4262d0c77
花城 修改街道大屏统计接口报错2
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/StreetBigScreenMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/StreetBigScreenMapper.xml
@@ -14,7 +14,7 @@
        where
            type=1
            <if test=" communityId !=null and communityId != '' ">
                and community_id in ( #{communityId} )
                and community_id in ( #{communityId} ) and app_id="wx118de8a734d269f0"
            </if>
            <if test=" communityId == null and streetId !=null and streetId != '' ">
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")