904118851 3 月之前
父節點
當前提交
d22dc6b1aa
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 = ""
     local product_param = ""
     if msg_body.product_id~="" then
     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
     end
 
 
     local video_id_param = ""
     local video_id_param = ""