Commit feb1d83b by 宋毅

修改

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