@ -8,7 +8,7 @@
WHERE
CUSTOMER_ID = #{customerId}
<if test='null != date and "" != date'>
DATE_ID = #{date}
AND DATE_ID = #{date}
</if>
</delete>