注册
找回密码
账号 记住
2189
4
274
0
用where tn='{$CurrClassID}'
只能显示下一级栏目。
要显示同一级怎样处理呢?
我的意思是:比如我打开当前栏目的TN是“20085025658474”
同时在当前栏目里,我想显示所有TN=“20085025658474”的栏目。怎样才能做到呢?
我用了where tn='{$CurrClassID}',只能在TS是“20085025658474”的才会显示TN是“20085025658474”的栏目。
337
完全正确。谢谢指点。
1145
1
659
select id,foldername from ks_class where tn=(select tn from ks_class where id='{$CurrClassID}')
同级说明.他的父ID和本级一样,所以要查询本级的tn,