|
@@ -94,6 +94,9 @@
|
|
|
<if test="rechargeType != null and rechargeType != '' ">
|
|
<if test="rechargeType != null and rechargeType != '' ">
|
|
|
and t1.recharge_type=#{rechargeType}
|
|
and t1.recharge_type=#{rechargeType}
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="accountId != null and accountId != '' ">
|
|
|
|
|
+ and t2.account_id=#{accountId}
|
|
|
|
|
+ </if>
|
|
|
<if test="startDate != null and startDate != '' ">
|
|
<if test="startDate != null and startDate != '' ">
|
|
|
and t1.create_time >= #{startDate}
|
|
and t1.create_time >= #{startDate}
|
|
|
and t1.create_time <= #{endDate}
|
|
and t1.create_time <= #{endDate}
|