刘韬 5 lat temu
rodzic
commit
682870152d

+ 6 - 6
DataFusion/src/com/zskk/control/ViewController.java

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