{$v['title']}
|
$list1 = M('auth_rule')->field('id,title,(SELECT COUNT(ID) FROM sp_auth_rule b WHERE b.pid= sp_auth_rule.ID AND `level`=3 ) as clicn')->where(' status=1 and level=2 and pid='.$v['id'])->select();
{$vo['title']}
|
$list2 = M('auth_rule')->where(' status=1 and level=3 and pid='.$vo['id'])->select();
{$voo['title']}
|
$list3 = M('auth_rule')->where(' status=1 and types=2 and pid='.$voo['id'])->select();
{$v3.title}
|
|
$list4 = M('auth_rule')->where('types=2 and pid='.$vo['id'])->select();
{$v4.title}
|
|
|