Commit c51c599c by 任晓松

update

parent 004ce0d4
...@@ -2,9 +2,8 @@ const system = require("../../../system"); ...@@ -2,9 +2,8 @@ const system = require("../../../system");
const ServiceBase = require("../../sve.base"); const ServiceBase = require("../../sve.base");
var settings = require("../../../../config/settings"); var settings = require("../../../../config/settings");
class Push360Service extends ServiceBase { class Push360Service {
constructor() { constructor() {
super();
this.pushlogDao = system.getObject("db.common.pushlogDao"); this.pushlogDao = system.getObject("db.common.pushlogDao");
this.ordercontactsDao = system.getObject("db.dbcorder.ordercontactsDao"); this.ordercontactsDao = system.getObject("db.dbcorder.ordercontactsDao");
this.push360Url = settings.push360Url(); this.push360Url = settings.push360Url();
......
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