浏览代码

no message

libushang 3 月之前
父节点
当前提交
e5d2b5def2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      routers/api/videoResource/wrjvideo.py

+ 1 - 1
routers/api/videoResource/wrjvideo.py

@@ -42,7 +42,7 @@ async def roughTimeStatus(
         area_code = ''
         status_list = status.split(',')
         mode_list = mode.split(',')
-        type_list = type_list.split(',')
+        type_list = type.split(',')
 
         if area != '':
             row = db.query(GovdataArea).filter(GovdataArea.id == int(area)).first()