mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 21:44:59 +00:00
index hosts with enabled status only
This commit is contained in:
parent
0b12e872a3
commit
8d102ecdf7
@ -12,7 +12,7 @@ source hostPage
|
||||
SELECT hostPage.hostPageId, hostPage.metaTitle, hostPage.metaDescription, hostPage.metaKeywords, hostPage.data, hostPage.uri, host.name \
|
||||
FROM hostPage \
|
||||
JOIN host ON (host.hostId = hostPage.hostId) \
|
||||
WHERE hostPage.httpCode = 200
|
||||
WHERE host.status = '1' AND hostPage.httpCode = 200
|
||||
|
||||
sql_attr_uint = hostPageId
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user