|
@@ -150,8 +150,8 @@ public class ReportCancellApplyArchivedService extends ServiceImpl<ReportCancell
|
|
reportDTO.setReportNo(byId.getReportNo());
|
|
reportDTO.setReportNo(byId.getReportNo());
|
|
reportDTO.setReportDate(byId.getReportDate());
|
|
reportDTO.setReportDate(byId.getReportDate());
|
|
reportDTO.setReportCreateName(byId.getCreateBy());
|
|
reportDTO.setReportCreateName(byId.getCreateBy());
|
|
- reportDTO.setSignatureAnnotator1Name(report.getSignatureAnnotator1());
|
|
|
|
- reportDTO.setSignatureAnnotator2Name(report.getSignatureAnnotator2());
|
|
|
|
|
|
+ reportDTO.setSignatureAnnotator1Name(report.getSignatureAnnotator1Name());
|
|
|
|
+ reportDTO.setSignatureAnnotator2Name(report.getSignatureAnnotator2Name());
|
|
} else {
|
|
} else {
|
|
//传来的是归档的id
|
|
//传来的是归档的id
|
|
apply = cancellApplyMapper.selectByArchivedId(id);
|
|
apply = cancellApplyMapper.selectByArchivedId(id);
|
|
@@ -191,8 +191,8 @@ public class ReportCancellApplyArchivedService extends ServiceImpl<ReportCancell
|
|
reportDTO.setReportNo(byId.getReportNo());
|
|
reportDTO.setReportNo(byId.getReportNo());
|
|
reportDTO.setReportDate(byId.getReportDate());
|
|
reportDTO.setReportDate(byId.getReportDate());
|
|
reportDTO.setReportCreateName(byId.getCreateBy());
|
|
reportDTO.setReportCreateName(byId.getCreateBy());
|
|
- reportDTO.setSignatureAnnotator1Name(report.getSignatureAnnotator1());
|
|
|
|
- reportDTO.setSignatureAnnotator2Name(report.getSignatureAnnotator2());
|
|
|
|
|
|
+ reportDTO.setSignatureAnnotator1Name(report.getSignatureAnnotator1Name());
|
|
|
|
+ reportDTO.setSignatureAnnotator2Name(report.getSignatureAnnotator2Name());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return reportDTO;
|
|
return reportDTO;
|