|
@@ -390,8 +390,8 @@ public class WindturbinegoodnessService {
|
|
|
ProBasicEquipmentPoint glAi = wtpointmap.get(ContantXk.CJ_SSGL);
|
|
|
ProBasicEquipmentPoint fjztAi = wtpointmap.get(ContantXk.SBZT);
|
|
|
|
|
|
- Date begindate = DateUtils.parseDate(begin);
|
|
|
- Date enddate = DateUtils.parseDate(end);
|
|
|
+ Date begindate = DateUtils.parseDate5(begin);
|
|
|
+ Date enddate = DateUtils.parseDate5(end);
|
|
|
Map<String, String> tempmap = new HashMap<String, String>();
|
|
|
|
|
|
// 发电量
|