|
@@ -60,12 +60,12 @@ public class ViewController extends Controller {
|
|
|
if (record == null) {
|
|
|
continue;
|
|
|
}
|
|
|
- Report report = new Report().use("zskk");
|
|
|
- report.setId(creatId());
|
|
|
- report.setReportDatetime(parseStringToDate(record.getStr("REPORTDATE")));
|
|
|
- if (record.getStr("IMPRESSION") == null && record.getStr("DESCRIPTION") == null) {
|
|
|
- continue;
|
|
|
- }
|
|
|
+// Report report = new Report().use("zskk");
|
|
|
+// report.setId(creatId());
|
|
|
+// report.setReportDatetime(parseStringToDate(record.getStr("REPORTDATE")));
|
|
|
+// if (record.getStr("IMPRESSION") == null && record.getStr("DESCRIPTION") == null) {
|
|
|
+// continue;
|
|
|
+// }
|
|
|
// report.setImpression(record.getStr("IMPRESSION"));
|
|
|
// report.setDescription(record.getStr("DESCRIPTION"));
|
|
|
// report.setExamId(exams2.getId());
|