<if test="locationName != null and locationName != ''"> AND a.location_Name like concat(concat('%',#{locationName}),'%') </if>