You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
local domain = ngx.var.http_host
-- ngx.say("domain:",domain)
local sql1 = [[
select a.filename,a.md5,a.dfspath
from dfs_mapping a left join dfs_apps b on a.appid = b.appid
where a.uri =']] .. uri .. [[' and b.appzone like '%]] .. domain .. "%'"
Such like
select filename,md5,dfspath from dfs_mapping where uri like '%player2116702552%'
,i found it not working.The text was updated successfully, but these errors were encountered: