Commit feb1d83b by 宋毅

修改

parent 69812c32
...@@ -4,8 +4,8 @@ var settings = require("../../../../config/settings"); ...@@ -4,8 +4,8 @@ var settings = require("../../../../config/settings");
class Need extends APIBase { class Need extends APIBase {
constructor() { constructor() {
super(); super();
this.needsolutionSve = system.getObject("service.need.needsolutionSve"); this.needsolutionSve = system.getObject("service.need.needSolutionSve");
this.needinfoSve = system.getObject("service.need.needinfoSve"); this.needinfoSve = system.getObject("service.need.needInfoSve");
this.utilsMsgSendSve = system.getObject("service.utilsSve.utilsMsgSendSve"); this.utilsMsgSendSve = system.getObject("service.utilsSve.utilsMsgSendSve");
} }
/** /**
......
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