Commit dbb75b17 authored by tianchao's avatar tianchao

1增加自动调用预测接口

parent 85a2236c
...@@ -175,7 +175,7 @@ public class BasePhotovoltaicPlantService extends BaseService { ...@@ -175,7 +175,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, BusinessConstant.ONE);
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