feat: 检验报告查询不到,也作废任务

master
wyb 3 months ago
parent b34efdb327
commit 671f6d0487

@ -103,6 +103,7 @@ public class MzZyyReportCollectJob {
String patientType = "住院"; String patientType = "住院";
List<MzZyyTestDto> testFormPdfs = mzZyyLisService.getTestFormPdf(jzh, inpatientNo, patientType); List<MzZyyTestDto> testFormPdfs = mzZyyLisService.getTestFormPdf(jzh, inpatientNo, patientType);
if (Func.isEmpty(testFormPdfs)) { if (Func.isEmpty(testFormPdfs)) {
determineAndCancelTask(patientId, collectorId);
return; return;
} }
String formatDate = Func.formatDate(new Date()); String formatDate = Func.formatDate(new Date());

Loading…
Cancel
Save