|
|
|
@ -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());
|
|
|
|
|