xwy 发表于 2017-5-12 18:01:54

For input string: "PORT" 报错

String dbKey = "gusao";
String sql = "select * from news where id="+32+"";

List<Map<String, Object>> lists = (List<Map<String, Object>>) DynamicDBUtil. findList(dbKey, sql);
System.out.println(lists.toString()+","+lists.size());

在controller 里写的 老是 报For input string: "PORT"这个错误

页: [1]
查看完整版本: For input string: "PORT" 报错