| | |
| | | measuringInstrumentLedgerRecord.setValid(req.getValid()); |
| | | measuringInstrumentLedgerRecord.setUserId(req.getUserId()); |
| | | measuringInstrumentLedgerRecord.setUserName(sysUser.getUserName()); |
| | | |
| | | // Set the new fields |
| | | measuringInstrumentLedgerRecord.setTraceabilityType(req.getTraceabilityType()); |
| | | measuringInstrumentLedgerRecord.setImplementingAgency(req.getImplementingAgency()); |
| | | measuringInstrumentLedgerRecord.setCertificateNumber(req.getCertificateNumber()); |
| | | measuringInstrumentLedgerRecord.setCoreResult(req.getCoreResult()); |
| | | measuringInstrumentLedgerRecord.setResultConfirmation(req.getResultConfirmation()); |
| | | measuringInstrumentLedgerRecord.setConfirmerId(req.getConfirmerId()); |
| | | measuringInstrumentLedgerRecord.setConfirmerName(req.getConfirmerName()); |
| | | measuringInstrumentLedgerRecord.setValidUntil(req.getValidUntil()); |
| | | |
| | | measuringInstrumentLedgerRecordMapper.insert(measuringInstrumentLedgerRecord); |
| | | // 台账绑定一次 |
| | | // if(!CollectionUtils.isEmpty(req.getTempFileIds())){ |