|
版本: |
BeX5V3.5 |
小版本号: |
|
|
|
数据库: |
MySQL |
服务器操作系统: |
Windows |
应用服务器: |
Tomcat |
客户端操作系统: |
Windows 7 |
浏览器: |
Chrome |
|
|
本帖最后由 xjtfq 于 2018-6-12 12:19 编辑
代码如下:
public static Table queryKT2SH_SBJBXX(String concept,String select,String from,String aggregate,String dataModel,String fnModel,String condition,Boolean distinct,String idColumn,String filter,Integer limit,Integer offset,String columns,String orderBy,String aggregateColumns,@SuppressWarnings("rawtypes") Map variables){
String ksql1 = "SELECT sop.sQQ,sop.sMobilePhone,sop.sName FROM Sa_opperson sop where sop.sID = :currentPersonID() ";
Table table1 = KSQL.select(ksql1,null,"/shebeixinxi/sbjbxx/data",null);
Iterator<Row> it=table1.iterator();
String jibie="";
String qukuai="";
String zuzhi="";
if (it.hasNext()) {
Row row = it.next();
jibie=row.getString("sQQ");
qukuai=row.getString("sMobilePhone");
zuzhi=row.getString("sName");
}else{
}
return table1;
}
错误码如下:
Cannot read property 'userdata' of undefined
[url=]隐藏详细[/url]
TypeError: Cannot read property 'userdata' of undefined at Object.r.Request.(anonymous function).callback (http://10.218.20.77:8080/x5/UI2/ ... mon.min.js:12:62475) at Object.h (http://10.218.20.77:8080/x5/UI2/ ... mmon.min.js:12:6882) at f (http://10.218.20.77:8080/x5/UI2/ ... ore.min.js:71:42070) at Object.l.add (http://10.218.20.77:8080/x5/UI2/ ... ore.min.js:71:42384) at _sendRequest (http://10.218.20.77:8080/x5/UI2/ ... mmon.min.js:12:7236) at Object.Request.sendRequest (http://10.218.20.77:8080/x5/UI2/ ... mmon.min.js:12:7585) at Object.$var._sendBizRequest (eval at <anonymous> (http://10.218.20.77:8080/x5/UI2/ ... mon.min.js:12:10978), <anonymous>:1:577) at Object.Request.sendBizRequest (http://10.218.20.77:8080/x5/UI2/ ... mmon.min.js:12:9823) at s.extend._doRefreshData (http://10.218.20.77:8080/x5/UI2/ ... mon.min.js:12:62176) at s.extend.doRefreshData (http://10.218.20.77:8080/x5/UI2/ ... mon.min.js:12:59549)
|
|