JSP实现树型组织架构(7)--修改orgManage.jsp

作者:袖梨 2022-07-02

YPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.***w3.org/TR/REC-html40/loose.dtd">



jsp"%>
request.setCharacterEncoding("big5");
PreparedStatement ps=null;
ResultSet rs=null;
String queryCount=" select count(*) "+
" from ngb_org "+
" where total like ? ORDER BY TOTAL ";

String queryName=" select * "+
" from ngb_org "+
" where total like ? ORDER BY TOTAL ";
%>



蝞∠

相关文章

精彩推荐