修改 线上bug

dev-discount
袁野 3 years ago
parent 7ee733c7b4
commit b6c647fe79
  1. 3
      hai-service/src/main/java/com/hai/dao/OutRechargeOrderMapperExt.java

@ -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);

Loading…
Cancel
Save