REM:
1. 对更新设备时增加某些字段不能修改的功能
This commit is contained in:
HuangXin 2020-09-24 15:53:27 +08:00
parent a48af6b9d9
commit 8e6fab6d5f
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ public class DisposeDeviceManagerImpl implements DisposeDeviceManager {
if (tDev == null) {
return new MulReturnType<>(ErrorCode.ERR_NOSUCHDEVICE, -1L);
}
// 过滤不允许修改的值
dev.setUrlPath(null);
dev.setUserName(null);