@@ -24,9 +24,6 @@
a.cash_fee as "cashFee"
from sys_partner_account a
<where>
- <if test="beginDate !=null and beginDate !='' and endDate !=null and endDate !=''">
- AND DATE_FORMAT( a.create_time, '%Y-%m-%d') BETWEEN DATE_FORMAT(#{beginDate}, '%Y-%m-%d') AND DATE_FORMAT(#{endDate}, '%Y-%m-%d')
- </if>
<if test="userId !=null and userId !=''">
AND a.user_id =#{userId}
</if>