@ -42,7 +42,7 @@
p.del_flag = '0'
AND p.CUSTOMER_ID = #{customerId}
<if test="code != null and code != ''">
AND p.VOLUNTEER_CATEGORY = #{code}
AND c.VOLUNTEER_CATEGORY = #{code}
</if>
</where>
</select>