|
@@ -191,7 +191,7 @@ class CloudStorageView(View):
|
|
lang = request_dict.get('lang', 'en')
|
|
lang = request_dict.get('lang', 'en')
|
|
|
|
|
|
# DVR/NVR设备暂不返回云存套餐列表
|
|
# DVR/NVR设备暂不返回云存套餐列表
|
|
- device_info_qs = Device_Info.objects.filter(Q(uid=uid), Q(Type__lte=4) | Q(Type=10001))
|
|
|
|
|
|
+ device_info_qs = Device_Info.objects.filter(Q(UID=uid), Q(Type__lte=4) | Q(Type=10001))
|
|
if device_info_qs.exists():
|
|
if device_info_qs.exists():
|
|
return response.json(0)
|
|
return response.json(0)
|
|
|
|
|