|
@@ -724,8 +724,6 @@ class EquipmentManagerV3(View):
|
|
|
if us_qs.exists():
|
|
|
if deviceData.__contains__('NickName'):
|
|
|
us_qs.update(nickname=nickname)
|
|
|
- if view_password:
|
|
|
- us_qs.update(pwd=view_password)
|
|
|
else:
|
|
|
ip = CommonService.get_ip_address(request)
|
|
|
ipInfo = CommonService.getIpIpInfo(ip, 'CN')
|
|
@@ -742,7 +740,6 @@ class EquipmentManagerV3(View):
|
|
|
'nickname': nickname,
|
|
|
'device_type': qs[0].Type,
|
|
|
'tb_country': country,
|
|
|
- 'pwd': view_password
|
|
|
}
|
|
|
UidSetModel.objects.create(**uid_set_create_dict)
|
|
|
di_qs = Device_Info.objects.filter(UID=uid)
|