| | |
| | | import org.jeecg.modules.eam.entity.MaintenanceStandard; |
| | | import org.jeecg.modules.eam.mapper.DailyInspectionStandardMapper; |
| | | import org.jeecg.modules.eam.mapper.MaintenanceStandardMapper; |
| | | import org.jeecg.modules.eam.model.MaintenanceCycleVo; |
| | | import org.jeecg.modules.eam.service.IDailyInspectionStandardService; |
| | | import org.jeecg.modules.eam.service.IMaintenanceStandardService; |
| | | import org.springframework.stereotype.Service; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | |
| | | IPage<Map> pageData = new Page<Map>(pageNo, pageSize); |
| | | return super.baseMapper.getMaintenanceStandard3List(pageData,params); |
| | | } |
| | | |
| | | /** |
| | | * 周期性保养 根据设备台账ABC标识获取三保保养周期 |
| | | * @return |
| | | */ |
| | | @Override |
| | | public List<MaintenanceCycleVo> getPeriodicMaintenanceCycle(String importanceFlag, String maintenanceType) { |
| | | return super.baseMapper.getPeriodicMaintenanceCycle(importanceFlag,maintenanceType); |
| | | } |
| | | } |