修改 线上bug

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

@ -96,6 +96,7 @@ 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 " +
"</script>"

Loading…
Cancel
Save