Commit ff5c30e0 by 庄冰

ctl

parent 916edf9a
...@@ -5,7 +5,7 @@ var cacheBaseComp = null; ...@@ -5,7 +5,7 @@ var cacheBaseComp = null;
class TemplateinfoCtl extends CtlBase { class TemplateinfoCtl extends CtlBase {
constructor() { constructor() {
super("template", CtlBase.getServiceName(TemplateinfoCtl)); super("templateinfomag", CtlBase.getServiceName(TemplateinfoCtl));
this.templateinfoSve = system.getObject('service.template.templateinfoSve'); this.templateinfoSve = system.getObject('service.template.templateinfoSve');
} }
/** /**
......
...@@ -3,9 +3,9 @@ var settings = require("../../../../config/settings"); ...@@ -3,9 +3,9 @@ var settings = require("../../../../config/settings");
const CtlBase = require("../../ctl.base"); const CtlBase = require("../../ctl.base");
var cacheBaseComp = null; var cacheBaseComp = null;
class FormInfoCtl extends CtlBase { class TemplatelinkCtl extends CtlBase {
constructor() { constructor() {
super("templateinfomag", CtlBase.getServiceName(FormInfoCtl)); super("templateinfomag", CtlBase.getServiceName(TemplatelinkCtl));
this.templatelinkSve = system.getObject('service.template.templatelinkSve'); this.templatelinkSve = system.getObject('service.template.templatelinkSve');
} }
...@@ -30,4 +30,4 @@ class FormInfoCtl extends CtlBase { ...@@ -30,4 +30,4 @@ class FormInfoCtl extends CtlBase {
} }
} }
module.exports = FormInfoCtl; module.exports = TemplatelinkCtl;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment