Commit ab21549a by 王悦

fix

parent 3affab7e
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
const TaskBase = require("../../task.base"); const TaskBase = require("../../task.base");
const system = require("../../../system"); const system = require("../../../system");
var settings = require("../../../../config/settings"); var settings = require("../../../../config/settings");
class TmtransferTask extends TaskBase { class pushAliTmStatus2Fq extends TaskBase {
constructor() { constructor() {
super(TaskBase.getServiceName(TmtransferTask)); super(TaskBase.getServiceName(TmtransferTask));
this.restclient = system.getObject("util.restClient"); this.restclient = system.getObject("util.restClient");
...@@ -26,4 +26,4 @@ class TmtransferTask extends TaskBase { ...@@ -26,4 +26,4 @@ class TmtransferTask extends TaskBase {
} }
} }
} }
module.exports = TmtransferTask; module.exports = pushAliTmStatus2Fq;
\ No newline at end of file \ No newline at end of file
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