springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComMngVolunteerMngDAO.java
@@ -62,7 +62,7 @@ "FROM\n" + "com_mng_volunteer_mng \n" + "WHERE\n" + "state in (1,3)\n" + "state in (1,3) and community_id=#{comMngVolunteerMngVO.communityId} \n" + "<if test='comMngVolunteerMngVO.name != null and comMngVolunteerMngVO.name.trim() != ""'>" + "and name like concat(#{comMngVolunteerMngVO.name},'%') \n" + " </if> " +