lidongdong
2024-07-09 68671804b501be2b422de5e1556274e09d180b71
花城 修改【小程序】【展示】选择为空了
2个文件已修改
7 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComActProjectMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemInventoryMapper.xml 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/ComActProjectMapper.xml
@@ -31,7 +31,7 @@
                and unit_id=#{item.unitId}
            </if>
            <if test="item.speciality !=null and item.speciality !='' ">
                and speciality like concat ('%',#{item.speciality},'%')
                and (speciality like concat ('%',#{item.speciality},'%') or #{item.speciality} like concat ('%',speciality,'%'))
            </if>
            <if test="item.project !=null and item.project !='' ">
                and project like concat ('%',#{item.project},'%')
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemInventoryMapper.xml
@@ -140,7 +140,10 @@
            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 nfnpc.user_id=#{userIds}
        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>
        <where>
            1=1
            <if test="isDisplay !=null and isDisplay != '' ">