|
|
| 您的位置:首页 > 后勤服务 |
|
<%
String sql="select status,title,public_id,to_char(input_date,'yyyy/mm/dd') input_date,author,kind,content from (select * from td_ohh_public where status='pass' and kind='校园卡充值' order by input_date desc,public_id desc) where rownum<10 ";
rs=conn.executeQuery(sql);
try {
while (rs.next()){ %>
- " target="news"><%=rs.getString("title")%> <%=rs.getString("input_date")%>
<% }
rs.close();
}
catch(Exception e) {
}
%>
|
|