lidongdong
2023-09-07 1789d54fa2228a24be6c357fa6f5ac29c4924e6d
修改小程序最美志愿者列表下架人员也显示问题
1个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/MostBeautifulVolunteerMapper.xml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/MostBeautifulVolunteerMapper.xml
@@ -50,8 +50,8 @@
            <if test="name!=null ">
                and (`name` like concat('%',#{name},'%')
            </if>
            <if  test="unmountType!=null ">
                and unmount_type =# {unmountType}
            <if  test="unmountType!=null and unmountType!='' ">
                and unmount_type =#{unmountType}
            </if>
        </where>