|
|
|
@ -96,8 +96,9 @@ public interface OutRechargeOrderMapperExt { |
|
|
|
|
"<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.payTimeE != null'> <![CDATA[ and a.pay_time <= #{map.payTimeE} ]]> </if>", |
|
|
|
|
" group by pay_time " + |
|
|
|
|
" ORDER BY" + |
|
|
|
|
" a.create_timed DESC" + |
|
|
|
|
" a.create_timed DESC " + |
|
|
|
|
"</script>" |
|
|
|
|
}) |
|
|
|
|
List<OutRechargeOrderModel> selectOrderCount(@Param("map") Map<String,Object> map); |
|
|
|
|