@ -52,8 +52,8 @@
<if test="null != name and name != ''">
AND rp.NAME = #{name}
</if>
LIMIT 1
</where>
</select>
</mapper>