%@ page language="java" import="java.util.*,com.util.*" contentType="text/html;charset=gb2312" %>
<%@ include file="iframe/head.jsp" %>
<%
String title=Common.toChineseAndTrim(request.getParameter("title"));
String jd=Common.toChineseAndTrim(request.getParameter("jd"));
String sql = "select * from sale where jd like '%"+jd+"%' and title like '%"+title+"%' order by id desc";
%>
菜品信息查询
<%
List hotlist=tb.gegComMethod(sql,9);
if(!hotlist.isEmpty()){
for(int alln1=0;alln1