|
@@ -809,7 +809,7 @@ public class WindPowerInfo4Service {
|
|
|
//日场站统计
|
|
|
QueryWrapper<ProEconEquipmentInfoDay5> queryWrapper = new QueryWrapper<>();
|
|
|
queryWrapper.eq("record_date",DateUtils.truncate(begin))
|
|
|
- .eq("windpwoer_id",wt.getWindpowerstationId());
|
|
|
+ .eq("windpowerstation_id",wt.getWindpowerstationId());
|
|
|
List<ProEconEquipmentInfoDay5> pestrls = proEconEquipmentInfoDay5Service.list(queryWrapper);
|
|
|
// .stream()
|
|
|
// .filter(i -> i.getRecordDate().compareTo(begin) == 0 && i.getWindpwoerId().equals(wt.getWindpowerstationId())
|
|
@@ -1073,7 +1073,7 @@ public class WindPowerInfo4Service {
|
|
|
//月场站统计
|
|
|
|
|
|
QueryWrapper<ProEconEquipmentInfoDay5> queryWrapper = new QueryWrapper<>();
|
|
|
- queryWrapper.ge("record_date",monthbegin).le("record_date",end).eq("windpwoer_id",wt.getWindpowerstationId());
|
|
|
+ queryWrapper.ge("record_date",monthbegin).le("record_date",end).eq("windpowerstation_id",wt.getWindpowerstationId());
|
|
|
List<ProEconEquipmentInfoDay5> pestrls = proEconEquipmentInfoDay5Service.list(queryWrapper);
|
|
|
// .stream()
|
|
|
// .filter(i ->
|
|
@@ -1351,7 +1351,7 @@ public class WindPowerInfo4Service {
|
|
|
case "0":
|
|
|
//年场站统计
|
|
|
QueryWrapper<ProEconEquipmentInfoDay5> queryWrapper = new QueryWrapper<>();
|
|
|
- queryWrapper.ge("record_date",yearbegin).le("record_date",end).eq("windpwoer_id",wt.getWindpowerstationId());
|
|
|
+ queryWrapper.ge("record_date",yearbegin).le("record_date",end).eq("windpowerstation_id",wt.getWindpowerstationId());
|
|
|
List<ProEconEquipmentInfoDay5> pestrls = proEconEquipmentInfoDay5Service.list(queryWrapper);
|
|
|
// .stream()
|
|
|
// .filter(i ->
|
|
@@ -1425,7 +1425,7 @@ public class WindPowerInfo4Service {
|
|
|
case "1":
|
|
|
//年工程统计
|
|
|
queryWrapper = new QueryWrapper<>();
|
|
|
- queryWrapper.ge("record_date",yearbegin).le("record_date",end).eq("windpwoer_id",wt.getWindpowerstationId());
|
|
|
+ queryWrapper.ge("record_date",yearbegin).le("record_date",end).eq("windpowerstation_id",wt.getWindpowerstationId());
|
|
|
pestrls = proEconEquipmentInfoDay5Service.list(queryWrapper);
|
|
|
// .stream()
|
|
|
// .filter(i ->
|