| | |
| | | import org.jeecg.modules.mdc.entity.MdcEquipmentStatisticalShiftInfo; |
| | | import org.jeecg.modules.mdc.mapper.MdcEquipmentStatisticalShiftInfoMapper; |
| | | import org.jeecg.modules.mdc.service.*; |
| | | import org.jeecg.modules.mdc.subcontrol.vo.LastWeekDataVo; |
| | | import org.jeecg.modules.mdc.util.DateUtils; |
| | | import org.jeecg.modules.mdc.vo.MdcDateVo; |
| | | import org.jeecg.modules.mdc.vo.MdcDeviceCalendarVo; |
| | |
| | | @Resource |
| | | private IMdcEquipmentRepairService mdcEquipmentRepairService; |
| | | |
| | | |
| | | @Override |
| | | public List<LastWeekDataVo> findDataForBigScreen(List<String> equipmentIdList, String monday, String saturday) { |
| | | return this.baseMapper.findDataForBigScreen(equipmentIdList, monday, saturday); |
| | | } |
| | | |
| | | /** |
| | | * 计算设备单日班次运行数据 |
| | | * |