| | |
| | | IPage<Map> pageData = new Page<Map>(pageNo, pageSize); |
| | | return this.baseMapper.findWeekInspectionProjectList(pageData,params); |
| | | } |
| | | |
| | | /** |
| | | * 点检报表 new |
| | | */ |
| | | @Override |
| | | public List<Map<String, Object>> findDayInspectionStandard(String equipmentNum,String cycleUnit) { |
| | | return this.baseMapper.findDayInspectionStandard(equipmentNum,cycleUnit); |
| | | } |
| | | |
| | | /** |
| | | * 获取点检项 new |
| | | */ |
| | | @Override |
| | | public List<Map<String, Object>> findDayInspectionStandardProject(String equipmentNum,String name, String detectionStandard,String dataTime) { |
| | | return this.baseMapper.findDayInspectionStandardProject(equipmentNum,name,detectionStandard,dataTime); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<String, Object>> getUserQianZi(String equipmentNum,String cycleUnit,String dataTime) { |
| | | return this.baseMapper.getUserQianzi(equipmentNum,cycleUnit,dataTime); |
| | | } |
| | | } |