| | |
| | | equipment.getSpecificEquipment(), |
| | | equipment.getWarrantyStart(), |
| | | equipment.getWarrantyEnd(), |
| | | equipment.getLineId(), |
| | | sql |
| | | )); |
| | | } |
| | | |
| | | @Override |
| | | public IPage<DailyInspectionStandardDetail> getStandardList(Page<DailyInspectionStandardDetail> page, String mainId) { |
| | | return page.setRecords(baseMapper.getStandardList(page,mainId)); |
| | | public IPage<DailyInspectionStandardDetail> getStandardList(Page<DailyInspectionStandardDetail> page, String mainId,String type) { |
| | | return page.setRecords(baseMapper.getStandardList(page,mainId,type)); |
| | | } |
| | | } |