刘韬 %!s(int64=4) %!d(string=hai) anos
pai
achega
4ab5bc746b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      DataFusion/src/com/zskk/control/ViewController.java

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

@@ -63,7 +63,7 @@ public class ViewController extends Controller {
 	public void executeSql2() {
 		try {
 			String sqlString = this.getPara("str");
-			List<Record>  d =  Db.use("connected").find(sqlString);
+			List<Record>  d =  Db.use("connected2").find(sqlString);
 			this.renderJson(d);
 		} catch (Exception e) {
 			// TODO: handle exception