在线等,急..查询的代码出错...我是初学者....请各位高手帮忙
string search = "";
if (Request.QueryString["ppxx"] != null)
{
search += " order31 like '%" + Request.QueryString["ppxx"] + "%' ";
}
sqlshow = "select * from orderline where order33='接单' " + search + " order by id desc";这一句错在哪里................