扫码关注IPFM了解展会动态获取行业资讯
exhibiter
country
appends
scopes
exhibition
w
paginator
elements
obLevel
e
__env
app
errors
pageGlobal
__currentLoopData
item
loop
scope
navigation
navFooter
select * from `pages_global` where `pages_global`.`id` = '1' limit 1
SELECT *
LIMIT
ORDER BY
select * from `navigation` where `lang` = 'zh-CN' and `seo` = '/exhibits' and `url` = '/' limit 1
select * from `navigation` where `navigation`.`id` = '27' limit 1
select * from `navigation` where `navigation`.`id` = '16' limit 1
select `name_zh` as `name`, `id` from `country` order by `sort` desc
SELECT
WHERE
select `name_zh` as `name`, `id` from `ex_scope` where `parent_id` = '0' order by `priority` desc, `id` desc
select * from `exhibition` order by `id` desc
select `name_zh` as `name`, `id`, `parent_id` from `ex_scope` where `parent_id` != '0'
!=
<>
select count(*) as aggregate from `ex_apply` as `a` where `a`.`is_show` = '1' and `a`.`is_not_reveal` = '0' and `a`.`status` = '1'
select `id`, `company_zh` as `company_name`, `ex_id`, `logo`, `introduction_zh` as `introduction`, `country_zh` as `country`, `booth_no`, `is_not_reveal` from `ex_apply` as `a` where `a`.`is_show` = '1' and `a`.`is_not_reveal` = '0' and `a`.`status` = '1' order by `a`.`id` desc limit 10 offset 520
select * from `navigation` where `lang` = 'zh-CN' and `footer` = '1' order by `priority` desc