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