花城 需求清单列表新增显示隐藏字段 新增认领人数字段  新增时间段筛选功能3
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemInventoryMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemInventoryMapper.xml
@@ -67,7 +67,7 @@
            nfpi.user_id
        FROM new_fight_need_problem_inventory as nfpi
        left join com_act_neighbor_circle_topic_new as canct on canct.id=nfpi.classify_id
        left join new_fight_need_problem_claim as nfnpc on nfnpc.task_id=nfpi.id and
        left join new_fight_need_problem_claim as nfnpc on nfnpc.task_id=nfpi.id
            <if test="userIds !=null and userIds != '' ">
                and nfnpc.user_id=#{userIds}
            </if>