lidongdong
2024-07-16 d9cfa6fe3653a061a7c0d0d30785fc515b17c0e3
花城 报道单位统计】这里报错500  2
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleDOMapper.xml
@@ -733,7 +733,7 @@
        LEFT JOIN new_fight_need_problem_inventory as nfnpi on nfnpc.task_id=nfnpi.id
        WHERE nfnpc.service_time iS NOT NULL AND nfnpc.unit_id IS NOT NULL
        <if test="beginTime != null">
            and nfnpc.creation_time between "2024-01-01" and "2024-12-29"
            and nfnpc.creation_time between #{beginTime} and #{endTime}
        </if>
        <if test="belongTo != null and belongTo != ''">
            and cpcu.belong_to=#{belongTo}