为什么查询的时候总是显示所有
public List getList(int xh)
{
String where="";
if(xh!=0)
{
where=where+" where xuehao="+xh+"";
}
return this.findAll("");
}
}
baidu_29643173
2015/07/08 03:07- 求解答
- 点赞
- 收藏
- 回答
满意答案