| | |
| | | String fileName = FileSaveUtil.StoreFile(file); |
| | | metricalInformation.setFilePath(fileName); |
| | | } |
| | | metricalInformation.setCode(MyUtil.getTimeSixNumberCode("METRICALCODE","METRICALCODE")); |
| | | return metricalInformationMapper.insert(metricalInformation); |
| | | } |
| | | |
| | | @Override |
| | | public List<Map<String, Object>> getListEquipmentPointInformation() { |
| | | return metricalInformationMapper.getListEquipmentPointInformation(); |
| | | public List<Map<String, Object>> getListEquipmentPointInformation(String InstrumentId) { |
| | | return metricalInformationMapper.getListEquipmentPointInformation(InstrumentId); |
| | | } |
| | | |
| | | @Override |