Dedecms标签arclistsg调用单表模型出错的解决方法

Դhttp://www.koyhl.com

ߣ活性氧化铝球

13

2021-08-06 23:32:12

使用arclistsg标签调用分类信息等单表模型出错提示Column 'id' in where clause is ambiguous,      修改文件:include\taglib\arclistsg.lib.php     查找:   以下为引用的内容:
else $gquery = "Select ch.addtable,listfields From `dede_arctype` tp left join `dede_channeltype` ch on ch.id=tp.channeltype where id='$typeid'";
  替换为:    以下为引用的内容:
else $gquery = "Select ch.addtable,listfields From `dede_arctype` tp left join `dede_channeltype` ch on ch.id=tp.channeltype where tp.id='$typeid'";

佭ϴý Ѷ Media8ý

在线客服

外链咨询

扫码加我微信

微信:xmbfjc

返回顶部