Commit ab21549a by 王悦

fix

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