Browse Source

预测电量修改

Koishi 1 year ago
parent
commit
fb8b18f8e4

+ 0 - 1
realtime/generationXK-service/src/main/java/com/gyee/generation/service/auto/impl/ProEconStationPowerServiceImpl.java

@@ -27,7 +27,6 @@ public class ProEconStationPowerServiceImpl extends ServiceImpl<ProEconStationPo
                 QueryWrapper<ProEconStationPower> qw = new QueryWrapper<>();
                 qw.lambda().eq(ProEconStationPower::getRecordDate, i.getRecordDate());
                 qw.lambda().eq(ProEconStationPower::getWindpowerstationId, i.getWindpowerstationId());
-                qw.lambda().eq(ProEconStationPower::getId, i.getId());
                 int count = baseMapper.selectCount(qw);
                 if (count <= 0) {
                     baseMapper.insert(i);