|
@@ -78,7 +78,7 @@ class cloudTestView(View):
|
|
|
main_exist = Device_Info.objects.filter(UID=uid, vodPrimaryUserID='', vodPrimaryMaster='')
|
|
|
vodPrimaryUserID = ''
|
|
|
vodPrimaryMaster = ''
|
|
|
- if not main_exist.exists():
|
|
|
+ if main_exist.exists():
|
|
|
vodPrimaryUserID = newUserID
|
|
|
vodPrimaryMaster = newUserName
|
|
|
else:
|