打开KS_Cls/Kesion.AdminiStratorcls.asp,找到
IF KS.C("SuperTF")<>"1" Then P=P & " And ID in('" & replace(Session("PowerList"),",","','") &"')"
改成
IF KS.C("SuperTF")<>"1" and Instr(KS.C("ModelPower"),KS.C_S(ChannelID,10)&"1")<=0 Then P=P & " And ID in('" & replace(Session("PowerList"),",","','") &"')"
即可