1、点击栏目>管理自定义列表>增加列表
增加列表需要注意的事项
- 统计记录,查询记录可以根据字段调取
select count(*) as total from phome_ecms_news where type_city="青山区"
- 查询记录
select * from phome_ecms_news where type_city="青山区" order by id desc
- 件存放目录自定义
- 查询条数建议200内,太多会查询比较慢
1、点击栏目>管理自定义列表>增加列表
增加列表需要注意的事项
select count(*) as total from phome_ecms_news where type_city="青山区"
select * from phome_ecms_news where type_city="青山区" order by id desc