lidongdong
2024-09-23 998481e1a6b9297f752323768a115d4c3c68edb9
花城 修改街道大屏统计接口报错3
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
@@ -19,7 +19,7 @@
            <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")
            </if>
            <if test="starTime != null and starTime == '' ">
            <if test="starTime != null and starTime != '' ">
                and create_at BETWEEN #{starTime} AND #{endTime}
            </if>
    </select>
@@ -35,7 +35,7 @@
            <if test=" communityId == null and streetId !=null and streetId != '' ">
                and act_id in (select community_id from com_act where street_id=#{streetId} and app_id="wx118de8a734d269f0")
            </if>
            <if test="starTime != null and starTime == '' ">
            <if test="starTime != null and starTime != '' ">
                and create_at BETWEEN #{starTime} AND #{endTime}
            </if>
    </select>
@@ -51,7 +51,7 @@
        <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")
        </if>
        <if test="starTime != null and starTime == '' ">
        <if test="starTime != null and starTime != '' ">
            and create_at BETWEEN #{starTime} AND #{endTime}
        </if>
    </select>
@@ -67,7 +67,7 @@
        <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")
        </if>
        <if test="starTime != null and starTime == '' ">
        <if test="starTime != null and starTime != '' ">
            and create_at BETWEEN #{starTime} AND #{endTime}
        </if>
    </select>