| | |
| | | } |
| | | |
| | | @Override |
| | | public IPage selectLi(IPage page,String jurisdiction, String deptid,String stats) { |
| | | return page.setRecords(baseMapper.selectLi(page,jurisdiction, deptid,stats)); |
| | | public IPage selectLi(IPage page,String jurisdiction, String deptid,String stats,String startTime,String endTime) { |
| | | return page.setRecords(baseMapper.selectLi(page,jurisdiction, deptid,stats,startTime,endTime)); |
| | | } |
| | | |
| | | @Override |
| | |
| | | } |
| | | |
| | | @Override |
| | | public IPage selectYw(IPage page,String jurisdiction, String deptid,String stats) { |
| | | return page.setRecords(baseMapper.selectYw(page,jurisdiction, deptid,stats)); |
| | | public IPage selectYw(IPage page,String jurisdiction, String deptid,String stats,String startTime,String endTime) { |
| | | return page.setRecords(baseMapper.selectYw(page,jurisdiction, deptid,stats,startTime,endTime)); |
| | | } |
| | | |
| | | @Override |
| | |
| | | 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); |
| | | } |
| | | } |