diff --git a/mallinkService/src/main/java/com/iformall/service/helper/WxBillAllHelper.java b/mallinkService/src/main/java/com/iformall/service/helper/WxBillAllHelper.java index ca9d952d2..a757562c3 100644 --- a/mallinkService/src/main/java/com/iformall/service/helper/WxBillAllHelper.java +++ b/mallinkService/src/main/java/com/iformall/service/helper/WxBillAllHelper.java @@ -107,7 +107,8 @@ public class WxBillAllHelper { public Date getDateBefore(Integer afterDays) { Date nowBegin = DateUtils.getDayBegin(new Date()); - return DateUtils.getDateTimeBefore(afterDays*3600*24, nowBegin); + //return DateUtils.getDateTimeBefore(afterDays*3600*24, nowBegin); + return DateUtils.getSecondsTimeAfter(afterDays*3600*24, nowBegin); } private void updateQueryParm(WxMerchant wxMerchant,WxBillBaseEntity bill,Date starttime,Date enttime) {