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