刘韬 6 years ago
parent
commit
6108c6a023
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DataFusion/src/com/zskk/control/ViewController.java

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

@@ -14,7 +14,7 @@ public class ViewController extends Controller {
 	 */
 	public void executeSql() {
 		try {
-			List<Record>  d =  Db.use("connected").find("SELECT top 3 * FROM yhxx");
+			List<Record>  d =  Db.use("zskk").find("SELECT * FROM doctors where hid = 74100001");
 			this.renderJson(d);
 		} catch (Exception e) {
 			// TODO: handle exception