lidongdong
2024-09-23 97a931a35d35509932eb4c08719ccd3dd34ea7c0
花城 修改街道大屏统计接口报错6
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
@@ -217,7 +217,7 @@
            and m.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 m.creation_time BETWEEN #{starTime} AND #{endTime}
            and m.create_at BETWEEN #{starTime} AND #{endTime}
        </if>
    </select>