LAPTOP-5NTQJPUS\LT 1 month ago
parent
commit
2a22266854
1 changed files with 59 additions and 2 deletions
  1. 59 2
      DataFusion/src/com/zskk/control/ViewController.java

+ 59 - 2
DataFusion/src/com/zskk/control/ViewController.java

@@ -162,15 +162,72 @@ public class ViewController extends Controller {
 
 		
 	}
-	public void sdtb() {
+	public void sdtb31() {
 		try {
 		
-		List<Record> records = Db.use("connected").find("select * from V_EXAM_INFO where 最后更新时间 > ?",parseStringToDate1());
+		List<Record> records = Db.use("connected").find("select * from V_LAB_REPORT where CZ > ?",parseStringToDate1());
 
 
 		renderJson(records);
 
 		
+		} catch (Exception e) {
+			// TODO: handle exception
+			renderText(e.toString());
+		}
+
+	}
+	public void sdtb32() {
+		try {
+		
+		List<Record> records = Db.use("connected").find("select * from V_LAB_ITEM where CZ > ?",parseStringToDate1());
+
+
+		renderJson(records);
+
+		
+		} catch (Exception e) {
+			// TODO: handle exception
+			renderText(e.toString());
+		}
+
+	}
+	public void sdtb33() {
+		try {
+		
+		List<Record> records = Db.use("connected").find("select * from V_EXAM_INFO where CZ > ?",parseStringToDate1());
+
+
+		renderJson(records);
+
+		
+		} catch (Exception e) {
+			// TODO: handle exception
+			renderText(e.toString());
+		}
+
+	}
+	public void sdtb34() {
+		try {
+		
+		List<Record> records = Db.use("connected").find("select * from V_EXAM_REPORT where CZ > ?",parseStringToDate1());
+
+		renderJson(records);
+
+		
+		} catch (Exception e) {
+			// TODO: handle exception
+			renderText(e.toString());
+		}
+
+	}
+	public void sdtb35() {
+		try {
+		
+		List<Record> records = Db.use("connected").find("select * from V_EXAM_FILE where CZ > ?",parseStringToDate1());
+		renderJson(records);
+
+		
 		} catch (Exception e) {
 			// TODO: handle exception
 			renderText(e.toString());