函数库

  function getCodeDomainId() {
                        return "5aVdQeEQFCYzB2TU59T";
                        }
function getCodeApplication() {
                        return "__pPpTxWXKjKYyfymYsM8";
                        }

api中心脚本

#include"core";
(function(){
        var domainid=getCodeDomainId();
    var applicationid=getCodeApplication();
            var process = getDocProcess(applicationid);
var sql = "select * from tlk_segmentRegistration";
var count = process.countBySQL(sql, domainid);
var result = new Packages.java.util.HashMap(); //创建指定类对象
result.put(count,count);
result.put("B111","B");
result.put("C","C");
return result;
})()
文档更新时间: 2023-11-02 09:53   作者:john