注册
找回密码
账号 记住
3279
5
47268
145
405
标签制作问题,在后台sql标签里, 找到我们评论标签,
select count(id) as num from ks_comment where channelid=1 and infoid={$CurrInfoID}
改成
select count(id) as num from ks_comment where channelid={$CurrChannelID} and infoid={$CurrInfoID}