|
|
|
|
@ -82,7 +82,7 @@ public class MzsyReportCollectJob {
|
|
|
|
|
reportDownDto.setIp("");
|
|
|
|
|
reportDownDto.setPatient(patient);
|
|
|
|
|
int sort = 0;
|
|
|
|
|
tBasicMapper.cancelTask(downTwoDto.getPatientId(),collectorId);
|
|
|
|
|
tBasicMapper.invalidFileBySource(downTwoDto.getPatientId(),collectorId);
|
|
|
|
|
for (MzsyReportDataView mzsyReportDataView : mzsyReportDataViewList) {
|
|
|
|
|
ReportDownScanFileDto reportDownScanFileDto = new ReportDownScanFileDto();
|
|
|
|
|
reportDownScanFileDto.setDownurl(mzsyReportDataView.getFfilePath());
|
|
|
|
|
@ -154,7 +154,7 @@ public class MzsyReportCollectJob {
|
|
|
|
|
reportDownDto.setIp("");
|
|
|
|
|
reportDownDto.setPatient(patient);
|
|
|
|
|
int sort = 0;
|
|
|
|
|
tBasicMapper.cancelTask(downTwoDto.getPatientId(),collectorId);
|
|
|
|
|
tBasicMapper.invalidFileBySource(downTwoDto.getPatientId(),collectorId);
|
|
|
|
|
for (MzsyShoumaReportDataView mzsyShouMaReportDataView : shoumaReportDataViewList) {
|
|
|
|
|
ReportDownScanFileDto reportDownScanFileDto = new ReportDownScanFileDto();
|
|
|
|
|
reportDownScanFileDto.setDownurl(mzsyShouMaReportDataView.getFilePath());
|
|
|
|
|
@ -217,6 +217,7 @@ public class MzsyReportCollectJob {
|
|
|
|
|
reportDownDto.setIp("");
|
|
|
|
|
reportDownDto.setPatient(patient);
|
|
|
|
|
int sort = 0;
|
|
|
|
|
tBasicMapper.invalidFileBySource(downTwoDto.getPatientId(),collectorId);
|
|
|
|
|
for (MzsyMectReportView mzsyMectReportView : mzsyMectReportViews) {
|
|
|
|
|
ReportDownScanFileDto reportDownScanFileDto = new ReportDownScanFileDto();
|
|
|
|
|
reportDownScanFileDto.setDownurl(mzsyMectReportView.getPdfReportPath());
|
|
|
|
|
|