mirror of
https://github.com/WeiYe-Jing/datax-web.git
synced 2026-07-03 21:08:58 +08:00
bug fixed
This commit is contained in:
parent
52cd5f7868
commit
c56235f90a
@ -20,6 +20,7 @@ public class ScriptJobHandler extends IJobHandler {
|
||||
private String gluesource;
|
||||
private GlueTypeEnum glueType;
|
||||
|
||||
|
||||
public ScriptJobHandler(int jobId, long glueUpdatetime, String gluesource, GlueTypeEnum glueType){
|
||||
this.jobId = jobId;
|
||||
this.glueUpdatetime = glueUpdatetime;
|
||||
@ -68,7 +69,7 @@ public class ScriptJobHandler extends IJobHandler {
|
||||
}
|
||||
|
||||
// log file
|
||||
String logFileName = JobFileAppender.contextHolder.get();
|
||||
String logFileName = JobFileAppender.cxtHolder.get();
|
||||
|
||||
// script params:0=param、1=分片序号、2=分片总数
|
||||
ShardingUtil.ShardingVO shardingVO = ShardingUtil.getShardingVo();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user