|
@@ -31,7 +31,7 @@ public class DataTask implements ITask {
|
|
|
Report report = new Report().use("zskk");
|
|
|
report.setId(creatId());
|
|
|
report.setReportDatetime(parseStringToDate(record.getStr("STUDY_DATE")));
|
|
|
- if (report.getStr("IMPRESSION") == null && report.getStr("DESCRIPTION") == null) {
|
|
|
+ if (record.getStr("IMPRESSION") == null && record.getStr("DESCRIPTION") == null) {
|
|
|
continue;
|
|
|
}
|
|
|
report.setImpression(report.getStr("IMPRESSION"));
|