创建datax任务时去掉json中用户名密码加密

This commit is contained in:
weiye 2020-04-10 18:25:01 +08:00
parent f62461d2cb
commit 07e01f7646

View File

@ -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);