| | |
| | | return page.setRecords(baseMapper.getSecurityUnitLess50Page(page,4, information)); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> selectBxs(String jurisdiction) { |
| | | return baseMapper.selectBxs(jurisdiction); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<String, Object>> seleP(String jurisdiction, String deptid) { |
| | | return baseMapper.seleP(jurisdiction, deptid); |
| | | } |
| | | |
| | | /** |
| | | * 统计表现差的信息 |
| | | * @return |
| | |
| | | public List<ResponseVo> getSecurityHoldAndSoidAndDispatchGroupCountList(Integer type) { |
| | | return baseMapper.getSecurityHoldAndSoidAndDispatchGroupCountList(type); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> seleFj(String jurisdiction) { |
| | | return baseMapper.seleFj(jurisdiction); |
| | | } |
| | | } |