| | |
| | | } |
| | | |
| | | /** |
| | | *首页公司级 技术状态数量统计 |
| | | * qsw 2024-3-13 |
| | | */ |
| | | @Override |
| | | public List<Map<String, Object>> getFactoryEquipmentTechnologyStatusList() { |
| | | return this.baseMapper.getFactoryEquipmentTechnologyStatusList(); |
| | | } |
| | | |
| | | /** |
| | | *首页设备报修情况统计 |
| | | * qsw 2024-3-13 |
| | | */ |
| | | @Override |
| | | public List<Map<String, Object>> getFactoryReportRepairEquipmentList() { |
| | | return this.baseMapper.getFactoryReportRepairEquipmentList(); |
| | | } |
| | | |
| | | /** |
| | | *首页本月三保计划 |
| | | * qsw 2024-3-14 |
| | | */ |
| | | @Override |
| | | public List<Map<String, Object>> getFactoryThisMonthMaintenanceList() { |
| | | return this.baseMapper.getFactoryThisMonthMaintenanceList(); |
| | | } |
| | | |
| | | /** |
| | | *首页下月三保计划 |
| | | * qsw 2024-3-14 |
| | | */ |
| | | @Override |
| | | public List<Map<String, Object>> getFactoryNextMonthMaintenanceList() { |
| | | return this.baseMapper.getFactoryNextMonthMaintenanceList(); |
| | | } |
| | | |
| | | /** |
| | | *首页下下月三保计划 |
| | | * qsw 2024-3-14 |
| | | */ |
| | | @Override |
| | | public List<Map<String, Object>> getFactoryNextNextMonthMaintenanceList() { |
| | | return this.baseMapper.getFactoryNextNextMonthMaintenanceList(); |
| | | } |
| | | |
| | | |
| | | /** |
| | | *首页技术状态数量统计 |
| | | * qsw 2024-3-13 |
| | | */ |