Commit e971208d by 王昆

gsb

parent 8759a5dc
...@@ -7,7 +7,7 @@ const xlsx = require('node-xlsx'); ...@@ -7,7 +7,7 @@ const xlsx = require('node-xlsx');
class TradeService extends ServiceBase { class TradeService extends ServiceBase {
constructor() { constructor() {
super(); super();
this.businessmenSve = system.getObject("service.business.businessmenSve"); // this.businessmenSve = system.getObject("service.business.businessmenSve");
this.merchantSve = system.getObject("service.saas.merchantSve"); this.merchantSve = system.getObject("service.saas.merchantSve");
this.redisClient = system.getObject("util.redisClient"); this.redisClient = system.getObject("util.redisClient");
} }
......
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