REM:
1.  更新设备时,禁止修改IP,端口,设备类型
This commit is contained in:
huangxin 2021-01-28 11:35:43 +08:00
parent f170f59866
commit 975bdd0516
1 changed files with 3 additions and 0 deletions

View File

@ -150,6 +150,9 @@ public class DisposeDeviceManagerImpl implements DisposeDeviceManager {
dev.setUserName(null);
dev.setUrlType(null);
dev.setPassword(null);
dev.setIpPort(null);
dev.setIpAddr(null);
dev.setDeviceType(null);
// 更新值
upgradeDisposeDeviceProperties(tDev, dev);