|
@@ -34,8 +34,8 @@ public class DataTask implements ITask {
|
|
if (record.getStr("IMPRESSION") == null && record.getStr("DESCRIPTION") == null) {
|
|
if (record.getStr("IMPRESSION") == null && record.getStr("DESCRIPTION") == null) {
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
- report.setImpression(report.getStr("IMPRESSION"));
|
|
|
|
- report.setDescription(report.getStr("DESCRIPTION"));
|
|
|
|
|
|
+ report.setImpression(record.getStr("IMPRESSION"));
|
|
|
|
+ report.setDescription(record.getStr("DESCRIPTION"));
|
|
report.setExamId(exams2.getId());
|
|
report.setExamId(exams2.getId());
|
|
report.setCreatedAt(new Date());
|
|
report.setCreatedAt(new Date());
|
|
report.setReportDoctorId(getDoctorIdByName(record.getStr("REPORTDOCTOR")));
|
|
report.setReportDoctorId(getDoctorIdByName(record.getStr("REPORTDOCTOR")));
|