define (function (require,exports,module) { //引入Server模块,Web与Server的通讯 let Service = require('apps/rht/base/rhtService'); let prefix = 'cn.qdhezheng.rht.app.sys.sys010102.'; return { clearSysLog:function(zbOrgCode,orgCode){ return Service.doPlugin(prefix + 'clearSysLog',{ ZbOrgCode:zbOrgCode, OrgCode:orgCode }) } /*, autoRefresh:function(accDate){ return Service.doPlugin(prefix + 'autoRefresh',{ accDate:accDate }) }*/ } });