Commit 2d039c99 authored by 高建强's avatar 高建强

item:buildingMapper.getBuildList非必填参数扩展。

parent cef55ab0
...@@ -132,7 +132,7 @@ public class RiskSourceSceneServiceImpl extends ServiceImpl<RiskSourceSceneMappe ...@@ -132,7 +132,7 @@ public class RiskSourceSceneServiceImpl extends ServiceImpl<RiskSourceSceneMappe
@Override @Override
public List<PointTreeVo> getImportantEquip(String orgCode) { public List<PointTreeVo> getImportantEquip(String orgCode) {
List<PointTreeVo> allRiskSource = buildingMapper.getBuildList(); List<PointTreeVo> allRiskSource = buildingMapper.getBuildList(null);
List<PointTreeVo> treeList = new ArrayList<>(); List<PointTreeVo> treeList = new ArrayList<>();
List<PointTreeVo> pointData = this.baseMapper.getAllImportantEquip(); List<PointTreeVo> pointData = this.baseMapper.getAllImportantEquip();
......
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