lidongdong
2024-09-23 680f187e9e1e85740f4361c9bb788a81d575dc07
花城 修改街道大屏统计接口报错4
1个文件已修改
8 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/StreetBigScreenMapper.xml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/StreetBigScreenMapper.xml
@@ -303,7 +303,7 @@
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
            </if>
            <if test=" starTime != null and starTime != '' ">
                and tiems BETWEEN #{starTime} AND #{endTime}
                and create_at BETWEEN #{starTime} AND #{endTime}
            </if>
        </where>
        group by tiems
@@ -323,7 +323,7 @@
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
            </if>
            <if test=" starTime != null and starTime != '' ">
                and tiems BETWEEN #{starTime} AND #{endTime}
                and create_at BETWEEN #{starTime} AND #{endTime}
            </if>
        </where>
        group by tiems
@@ -342,7 +342,7 @@
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
            </if>
            <if test=" starTime != null and starTime != '' ">
                and tiems BETWEEN #{starTime} AND #{endTime}
                and create_at BETWEEN #{starTime} AND #{endTime}
            </if>
        </where>
        group by tiems
@@ -360,7 +360,7 @@
                and community_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
            </if>
            <if test=" starTime != null and starTime != '' ">
                and tiems BETWEEN #{starTime} AND #{endTime}
                and create_at BETWEEN #{starTime} AND #{endTime}
            </if>
        </where>
        group by tiems