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}