修改链路配置及映射表相关操作
This commit is contained in:
parent
eae815e784
commit
5c8b6971c2
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user