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