904118851 8 mesi fa
parent
commit
754fc2a933
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      service/backmgr/filter_data.lua

+ 1 - 1
service/backmgr/filter_data.lua

@@ -28,7 +28,7 @@ function M.search_filter_data(msg_body)
 
     local video_id_param = ""
     if msg_body.video_id~="" then
-        video_id_param =  " AND video_id = "..msg_body.video_id
+        video_id_param =  string.format(" AND video_id = '%s' ",msg_body.video_id)
     end
 
     local source_param = ""