如题
你首先了解一下怎么调用存储过程
https://help.finereport.com/finereport9.0/doc-view-1438.html
然后再了解怎么用js调用查询语句:
var sql="exec test_w 't11111tt'";
FR.remoteEvaluate('SQL("JDBC3", "'+sql+'", 1, 1)');
然后你还要知道存储过程要返回结果