904118851 il y a 3 mois
Parent
commit
d22dc6b1aa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      service/backmgr/filter_data.lua

+ 1 - 1
service/backmgr/filter_data.lua

@@ -30,7 +30,7 @@ function M.search_filter_data(msg_body)
 
     local product_param = ""
     if msg_body.product_id~="" then
-        product_param =  string.format(" AND book_id = '%s' ",tonumber(msg_body.product_id))
+        product_param =  string.format(" AND book_id = '%s' ",msg_body.product_id)
     end
 
     local video_id_param = ""