帝国cms多表查询+多表标题链接的调用
[e:loop={ https://www.lexiw.com/study/"select a.*,b.gsjc from phome_ecms_news a LEFT JOIN phome_ecms_gssj b on a.gsid=b.id where a.classid in (8) order by a.newstime desc limit 1https://www.lexiw.com/study/",5,24,0}]
以上A为第一个表 B为第二个表
https://www.lexiw.com/study/" target=https://www.lexiw.com/study/"_blankhttps://www.lexiw.com/study/">=$bqr[title]?> 这个是第一个表的标题链接及标题
$titleurl=sys_ReturnBqTitleLink($r);
echo $titleurl;?> https://www.lexiw.com/study/"> 这个是第二个表的标题链接 =$bqr[gsjc]?> 这个是第二个表的标题
第二个表的标题链接蓝色部分不用修改 ID 对应第一个查询的ID即可