lidongdong
2023-09-08 2751c7bdcd0f7a4914968f3f07709bac1698e98d
修改最美志愿者发布筛选问题    志愿者活动筛选问题
2个文件已修改
4 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/MostBeautifulVolunteerMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerActivityMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/MostBeautifulVolunteerMapper.xml
@@ -48,7 +48,7 @@
        <where>
            1=1
            <if test="name!=null ">
                and (`name` like concat('%',#{name},'%')
                and (`name` like concat('%',#{name},'%'))
            </if>
            <if  test="unmountType!=null and unmountType!='' ">
                and unmount_type =#{unmountType}
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/VolunteerActivityMapper.xml
@@ -96,7 +96,7 @@
        <where>
            1=1
            <if test="name!=null">
                and (`name` like concat('%',#{name},'%')
                and (`name` like concat('%',#{name},'%'))
            </if>
            <if  test="acState!=null">
                and ac_state =#{acState}