Commit 76f180cb authored by tianchao's avatar tianchao

1增加自动调用预测接口

parent 4cb8ca67
...@@ -170,7 +170,7 @@ public class BasePhotovoltaicPlantService extends BaseService{ ...@@ -170,7 +170,7 @@ public class BasePhotovoltaicPlantService extends BaseService{
ouId = input.getParentOuId(); ouId = input.getParentOuId();
viewList = mapper.selectOuSonByParentOuId(record); viewList = mapper.selectOuSonByParentOuId(record);
} }
queryWrapper.lambda().eq(BasePhotovoltaicPlantEnt::getOuId , ouId).eq(BasePhotovoltaicPlantEnt::getIsDeleted , 0); queryWrapper.lambda().eq(BasePhotovoltaicPlantEnt::getOuId , ouId).eq(BasePhotovoltaicPlantEnt::getIsDeleted , ScadaConstant.IS_DELETE_FLASE);
List<BasePhotovoltaicPlantEnt> plantList = plantMapper.selectList(queryWrapper); List<BasePhotovoltaicPlantEnt> plantList = plantMapper.selectList(queryWrapper);
plantList.forEach(item->{ plantList.forEach(item->{
SysOrganizationView view = new SysOrganizationView(); SysOrganizationView view = new SysOrganizationView();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment