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