lidongdong
2024-07-17 8da50e07ea9de13f51414c9589942fcb9b6a51d3
花城 【小程序】【排行展示】排行数据展示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
@@ -729,8 +729,8 @@
        FROM new_fight_need_problem_claim as nfnpc
        left join sys_user as su on nfnpc.user_id=su.user_id
        left join com_pb_check_unit as cpcu on nfnpc.unit_id=cpcu.id
        left join com_act as ca on nfnpi.community_id=ca.community_id
        LEFT JOIN new_fight_need_problem_inventory as nfnpi on nfnpc.task_id=nfnpi.id
        left join com_act as ca on nfnpi.community_id=ca.community_id
        WHERE nfnpc.service_time iS NOT NULL
        <if test="beginTime != null">
            and nfnpc.creation_time between #{beginTime} and #{endTime}