|
@@ -205,9 +205,9 @@ def modifyUserEquipmentInterface(request):
|
|
|
return response.json(309)
|
|
|
try:
|
|
|
deviceData = json.loads(deviceContent)
|
|
|
- if deviceData.__contains__('userID_id') or deviceData.__contains__('UID'):
|
|
|
+ if deviceData.__contains__('userID_id'):
|
|
|
asy = threading.Thread(target=ModelService.update_log,
|
|
|
- args=(CommonService.get_ip_address(request), userID, 'modifyV3', deviceData, id))
|
|
|
+ args=(CommonService.get_ip_address(request), userID, 'modifyV0', deviceData, id))
|
|
|
asy.start()
|
|
|
return response.json(10, '110')
|
|
|
dev_info_qs = Device_Info.objects.filter(userID_id=userID, id=id)
|