|
@@ -357,8 +357,8 @@ public class EconomicService {
|
|
|
List<Glqx> vo = new ArrayList<Glqx>();
|
|
|
|
|
|
|
|
|
- Date beginDate = DateUtils.parseDate(starttime);
|
|
|
- Date endDate = DateUtils.parseDate(endtime);
|
|
|
+ Date beginDate = DateUtils.parseDate1(starttime);
|
|
|
+ Date endDate = DateUtils.parseDate1(endtime);
|
|
|
Date current = com.gyee.common.util.DateUtils.getCurrentDate();
|
|
|
if (endDate.after(current)) {
|
|
|
endDate = current;
|