lidongdong
2024-09-23 3651a3b8f1d4c33b0971bf23ea48997964868820
花城 修改街道大屏统计接口报错5
1个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/StreetBigScreenMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/StreetBigScreenMapper.xml
@@ -185,7 +185,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 creation_time BETWEEN #{starTime} AND #{endTime}
            and create_at BETWEEN #{starTime} AND #{endTime}
        </if>
    </select>
@@ -200,7 +200,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 creation_time BETWEEN #{starTime} AND #{endTime}
            and create_at BETWEEN #{starTime} AND #{endTime}
        </if>
    </select>