|
|
@ -66,7 +66,7 @@ public class StatsIssueServiceImpl implements StatsIssueService { |
|
|
|
do { |
|
|
|
//如果不是空则,获取当前日期前一天
|
|
|
|
Date date = null; |
|
|
|
if (StringUtils.isEmpty(formDTO.getDate())) { |
|
|
|
if (!StringUtils.isEmpty(formDTO.getDate())) { |
|
|
|
date = DateUtils.stringToDate(formDTO.getDate(), DateUtils.DATE_PATTERN); |
|
|
|
} else { |
|
|
|
date = DateUtils.getBeforeDay(new Date()); |
|
|
|