测试列表

帝国cms 7 调用专题信息的方法

帝国cms 7 调用专题信息的方法

发布时间:2025-08-20 10:26:24 查看
使用帝国cms默认的调用不了推荐信息 就直接写个sql来调用吧 ? 代码: [e:indexloop={'select a.* from phome_ecms_movie a,phome_enewsztinfo b where a.id=b.id and a.isgood0 and (b.ztid=2 or b.ztid=3) order by newstime desc limit 10',10,11,'','',''}
共1页/1条