|
@ -240,7 +240,7 @@ public class DoctorFeldsherTemplateJob implements Job {
|
|
|
Date today = new Date();
|
|
|
|
|
|
if (minutes <= 30 && minutes > 0) {
|
|
|
PatientSchemeList patient = schemeListDao.findPatientBySchemecode(schemecode, (short) type);
|
|
|
PatientSchemeList patient = schemeListDao.findPatientBySchemecode(schemecode,type);
|
|
|
String patientCode = patient.getPatientcode();
|
|
|
|
|
|
String day = formatDay.format(today);
|