mirror of
https://github.com/WeiYe-Jing/datax-web.git
synced 2026-06-27 21:01:42 +08:00
创建datax任务时去掉json中用户名密码加密
This commit is contained in:
parent
f62461d2cb
commit
07e01f7646
@ -127,7 +127,7 @@ public class JobServiceImpl implements JobService {
|
||||
|
||||
// add in db
|
||||
jobInfo.setAddTime(new Date());
|
||||
jobInfo.setJobJson(JSONUtils.changeJson(jobInfo.getJobJson(), JSONUtils.encrypt));
|
||||
jobInfo.setJobJson(jobInfo.getJobJson());
|
||||
jobInfo.setUpdateTime(new Date());
|
||||
jobInfo.setGlueUpdatetime(new Date());
|
||||
jobInfoMapper.save(jobInfo);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user