|
@@ -143,7 +143,7 @@ function M.search_info_by_id(msg_body)
|
|
|
local sql = string.format("SELECT * FROM advertiser WHERE advertiser_id = '%s' LIMIT 1",zhang_hu_id)
|
|
|
local res = mysqldbx.query(sql)
|
|
|
if #res >0 then
|
|
|
- table.insert(temp,#temp,res[1])
|
|
|
+ table.insert(temp,#temp+1,res[1])
|
|
|
end
|
|
|
end
|
|
|
return true,temp
|