| | |
| | | public ResponseVO<Object> getPoleList() { |
| | | List<Pole> poleList; |
| | | if (SecurityUtils.getClientId() == null) { |
| | | poleList = poleMapper.queryPoleOnLineStatesList(null, null, null, null, null); |
| | | poleList = poleMapper.queryPoleOnLineStatesList(null, null, null, null, null, null); |
| | | } else { |
| | | poleList = poleMapper.queryPoleOnLineStatesList(SecurityUtils.getUserId(), null, null, null, null); |
| | | poleList = poleMapper.queryPoleOnLineStatesList(SecurityUtils.getUserId(), null, null, null, null, null); |
| | | } |
| | | |
| | | List<Map> mapList = new ArrayList<>(); |