瀏覽代碼

测试为什么获得不了图片数据

yf_fyh 2 年之前
父節點
當前提交
067377d06b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      apps/Equipment/views.py

+ 2 - 1
apps/Equipment/views.py

@@ -342,7 +342,8 @@ class CbdDevicePhotoView(APIView):
             disable = cbd_dict_cache[device_id]["disable"]
 
         result = []
-
+        print(d_id,type(d_id))
+        print(start_time,type(start_time))
         data_m = MongoDBTools(db_name='smartfarming', table_name='sa_device_cbd_photo')
         data_wheres = {
             "device_id": str(d_id),