行 24: modelCommon = new BLL.PE_CommonModel().GetModelBystrWhere((Session["admin"] == null ? "Status=99 and " : "") + "GeneralID=" + GeneralID);
行 25: modelNodes = new BLL.PE_Nodes().GetModelBystrWhere("IsPass=1 and NodeID=" + modelCommon.NodeID);
行 26: listNodes = new BLL.PE_Nodes().GetList("NodeID,NodeName,arrChildID", "IsPass=1 and NodeID in(" + modelNodes.ParentPath + ")");
行 27: if (modelNodes.ParentPath != null && modelNodes.ParentPath != "")
行 28: {
|