lidongdong
2024-09-18 39ad1ec2a71b178562c5382d3b856306841f225f
花城 测试街道后台模块接口2
1个文件已修改
6 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/StreetBigScreenMapper.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/StreetBigScreenMapper.xml
@@ -211,13 +211,13 @@
        LEFT JOIN com_pb_check_unit as cpcu ON m.check_unit_id = cpcu.id
        WHERE m.audit_result = 1
        <if test=" communityId !=null and communityId != '' ">
            and community_id in = #{communityId}
            and m.community_id in = #{communityId}
        </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")
            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 creation_time BETWEEN #{starTime} AND #{endTime}
            and m.creation_time BETWEEN #{starTime} AND #{endTime}
        </if>
    </select>