Browse Source

no message

libushang 3 tháng trước cách đây
mục cha
commit
e5d2b5def2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()