904118851 hace 8 meses
padre
commit
754fc2a933
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 = ""