| | |
| | | } |
| | | |
| | | @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 |
| | |
| | | public List<ResponseVo> getSecurityHoldAndSoidAndDispatchGroupCountList(Integer type) { |
| | | return baseMapper.getSecurityHoldAndSoidAndDispatchGroupCountList(type); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<Object, Object>> seleFj(String jurisdiction) { |
| | | return baseMapper.seleFj(jurisdiction); |
| | | } |
| | | } |