lidongdong
2023-10-23 5b06d4f94cc631f68168fb4742f5246e50b9c705
修改活动列表接口筛选
1个文件已修改
12 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiExperienceActivityMapper.xml 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_jinhui_community/src/main/resources/mapper/JinhuiExperienceActivityMapper.xml
@@ -43,18 +43,6 @@
            update_time,
            activity_type
        from jinhui_experience_activity
        <where>
            1=1
            <if test="goodName !=null and goodName !='' ">
                and good_name LIKE CONCAT('%', #{goodName}, '%')
            </if>
            <if test="goodType !=null and goodType !='' ">
                and good_type=#{goodType}
            </if>
            <if test="id !=null and id !='' ">
                and id=#{id}
            </if>
        </where>
        order by creation_time desc
    </select>