修改链路配置及映射表相关操作

This commit is contained in:
houwei 2024-10-25 14:56:07 +08:00
parent eae815e784
commit 5c8b6971c2

View File

@ -261,6 +261,7 @@ public class SysNodeServiceImpl implements SysNodeService {
mapping.setHighSpeed(iotModelVo.getHighSpeed());
mapping.setPorder(iotModelVo.getPorder());
mapping.setCreatedBy(sysUserVo.getAccount());
mapping.setCreatedTime(new Date());
mapping.setRevision(1);
addList.add(mapping);
}
@ -282,6 +283,7 @@ public class SysNodeServiceImpl implements SysNodeService {
mapping.setMeasPointName(iotServiceVo.getServiceName());
mapping.setPorder(iotServiceVo.getPorder());
mapping.setCreatedBy(sysUserVo.getAccount());
mapping.setCreatedTime(new Date());
mapping.setRevision(1);
addList.add(mapping);
}