904118851 hace 7 meses
padre
commit
65e4ab686f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/backmgr/filter_task.lua

+ 1 - 1
service/backmgr/filter_task.lua

@@ -231,7 +231,7 @@ function M.search_tg_data(msg_body)
 
     local material_id_param = ""
     if msg_body.material_id~="" then
-        material_id_param =  string.format(" AND material_id = %d ",tonumber(msg_body.material_id)) 
+        material_id_param =  string.format(" AND id = %d ",tonumber(msg_body.material_id)) 
     end
 
     local oce_material_param = ""