打开 :dede/templets/co_add_step0.htm
修改
Select id,typename From `#@__channeltype` where id in(1,2) order by id asc
改为
Select id,typename From `#@__channeltype` where id>-1 order by id asc
这 样就行了,不过官方不会提供任何技术支持的
打开 :dede/templets/co_add_step0.htm
修改
Select id,typename From `#@__channeltype` where id in(1,2) order by id asc
改为
Select id,typename From `#@__channeltype` where id>-1 order by id asc
这 样就行了,不过官方不会提供任何技术支持的