|
|
@ -129,6 +129,7 @@ public class ReportServiceImpl implements ReportService {
|
|
|
|
afReportRecord.setDownType(reportDto.getDowntype());
|
|
|
|
afReportRecord.setDownType(reportDto.getDowntype());
|
|
|
|
afReportRecord.setFileName(reportDto.getFileTitle());
|
|
|
|
afReportRecord.setFileName(reportDto.getFileTitle());
|
|
|
|
afReportRecord.setPatientId(patientId);
|
|
|
|
afReportRecord.setPatientId(patientId);
|
|
|
|
|
|
|
|
afReportRecord.setZdAssortId(reportDto.getAssortId());
|
|
|
|
afReportRecordMapper.updateRecordByTaskId(afReportRecord);
|
|
|
|
afReportRecordMapper.updateRecordByTaskId(afReportRecord);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
// 不使用事务,不需要回滚上面的保存
|
|
|
|
// 不使用事务,不需要回滚上面的保存
|
|
|
|