| | |
| | | } |
| | | |
| | | @Override |
| | | public BigDecimal findByEquIdsAndDate(List<String> equipmentIdList, String date) { |
| | | return this.baseMapper.findByEquIdsAndDate(equipmentIdList, date); |
| | | public List<MdcOeeInfo> findByEquIdsAndDate(List<String> equipmentIdList, String start, String end) { |
| | | return this.baseMapper.findByEquIdsAndDate(equipmentIdList, start, end); |
| | | } |
| | | |
| | | @Override |
| | | public BigDecimal findByEquIdAndDate(String equipmentId, String date) { |
| | | return this.baseMapper.findByEquIdAndDate(equipmentId, date); |
| | | public List<MdcOeeInfo> findByEquIdAndDate(String equipmentId, String start, String end) { |
| | | return this.baseMapper.findByEquIdAndDate(equipmentId, start, end); |
| | | } |
| | | |
| | | @Override |