|
|
@ -96,6 +96,7 @@ public interface OutRechargeOrderMapperExt { |
|
|
|
"<if test='map.createTimeE != null'> <![CDATA[ and a.create_timed <= #{map.createTimeE} ]]> </if>", |
|
|
|
"<if test='map.createTimeE != null'> <![CDATA[ and a.create_timed <= #{map.createTimeE} ]]> </if>", |
|
|
|
"<if test='map.payTimeS != null'> <![CDATA[ and a.pay_time >= #{map.payTimeS} ]]> </if>", |
|
|
|
"<if test='map.payTimeS != null'> <![CDATA[ and a.pay_time >= #{map.payTimeS} ]]> </if>", |
|
|
|
"<if test='map.payTimeE != null'> <![CDATA[ and a.pay_time <= #{map.payTimeE} ]]> </if>", |
|
|
|
"<if test='map.payTimeE != null'> <![CDATA[ and a.pay_time <= #{map.payTimeE} ]]> </if>", |
|
|
|
|
|
|
|
" group by pay_time " + |
|
|
|
" ORDER BY" + |
|
|
|
" ORDER BY" + |
|
|
|
" a.create_timed DESC " + |
|
|
|
" a.create_timed DESC " + |
|
|
|
"</script>" |
|
|
|
"</script>" |
|
|
|