posts - 35,  comments - 6,  trackbacks - 0
    if(id==null)
            { 
             
                layer="1";
              selSQL="select * from ORGAN where PARENTORGANCODE ='00000000'";
           }
            else{
            selSQL="select * from ORGAN where PARENTORGANCODE="+id;          
           }
            Connection conn=DbManager.getConnection();
            PreparedStatement stam=conn.prepareStatement(selSQL);
            ResultSet rs=stam.executeQuery();
            while(rs.next()){
                treeid=rs.getString("ORGANCODE");
                name=rs.getString("ORGANNAME");
              //  toPage=request.getContextPath()+"/skeleton/organization.do?todo=contentTreeAction&treeid="+treeid;
                toPage="javascript:void(0);";
               // para=layer+"&"+organcode;      
                returnStr+=name+"■△▲"+toPage+"■△▲"+treeid+"§№☆";
            }
//          System.out.println("11="+returnStr);
            returnStr=returnStr.equals("")?"":returnStr.substring(0,returnStr.length()-3);
                if (layer==null||layer.equals("1")){
                //转发到列表完成页面
                request.setAttribute("tree",returnStr);
                return mapping.findForward("showAjaxOrgTree");
            }else{
                try {
                    response.getWriter().print(returnStr);
                } catch (IOException e) {
                    // TODO Auto-generated catch block
                    e.printStackTrace();
                }
                return null;
            }
       
posted on 2007-04-17 14:28 NG 阅读(147) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航:
 
<2007年4月>
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

常用链接

留言簿(1)

随笔档案(35)

文章分类(5)

文章档案(2)

新闻档案(5)

java link

搜索

  •  

最新评论

阅读排行榜

评论排行榜