Commit 7be52e0b by 王栋源

Update tmtransferTask.js

parent 61f6a479
...@@ -7,11 +7,11 @@ class TmtransferTask extends TaskBase{ ...@@ -7,11 +7,11 @@ class TmtransferTask extends TaskBase{
this.restclient = system.getObject("util.restClient"); this.restclient = system.getObject("util.restClient");
this.transferurl = settings.reqTransferurl(); this.transferurl = settings.reqTransferurl();
} }
async beforeTask(params){ formatedTaskName (taskName) {
console.log("前置操作......",this.serviceName); console.log("formatedTaskName", taskName)
//this.isThrough=true; return taskName + "|i|20"
//console.log(this.cacheManager); }
}
async subDoTask(params){ async subDoTask(params){
console.log(params); console.log(params);
console.log("TestTask1....."); console.log("TestTask1.....");
......
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