| | |
| | | import com.ruoyi.statistical.param.Para; |
| | | import com.ruoyi.statistical.service.StatisticalService; |
| | | import com.ruoyi.statistical.vo.CountVo; |
| | | import com.ruoyi.statistical.vo.TenVo; |
| | | import com.ruoyi.statistical.vo.UnitVo; |
| | | import com.ruoyi.system.mapper.SysConfigMapper; |
| | | import com.ruoyi.utils.result.Results; |
| | |
| | | return unitVo; |
| | | } |
| | | |
| | | @Override |
| | | public int stealelecNum() { |
| | | return stealelecMapper.selectCount(null); |
| | | } |
| | | |
| | | @Override |
| | | public int cameraNum() { |
| | | return cameraMapper.selectCount(null); |
| | | } |
| | | |
| | | @Override |
| | | public int moveNum() { |
| | | return moveMapper.selectCount(null); |
| | | } |
| | | |
| | | @Override |
| | | public int fireNum() { |
| | | return fireMapper.selectCount(null); |
| | | } |
| | | |
| | | @Override |
| | | public int externalNum() { |
| | | return externalMapper.selectCount(null); |
| | | } |
| | | |
| | | @Override |
| | | public int accessNum() { |
| | | return accessMapper.selectCount(null); |
| | | } |
| | | |
| | | @Override |
| | | public int apponekeyNum() { |
| | | return apponekeyMapper.selectCount(null); |
| | | } |
| | | |
| | | @Override |
| | | public int pumpNum() { |
| | | return pumpMapper.selectCount(null); |
| | | } |
| | | |
| | | @Override |
| | | public int wallNum() { |
| | | return wallMapper.selectCount(null); |
| | | } |
| | | |
| | | @Override |
| | | public int digitizationNum() { |
| | | return digitization3Mapper.selectCount(null); |
| | | } |
| | | |
| | | @Override |
| | | public int tubeNum() { |
| | | return tubeMapper.selectCount(null); |
| | | } |
| | | |
| | | @Override |
| | | public List<TenVo> ten() { |
| | | return moveMapper.ten(); |
| | | } |
| | | |
| | | public List<CountVo> es(List<CountVo> list){ |
| | | for (int i = 1; i <= 12 ; i++) { |
| | | String month; |