详解该语句(这个是根据学号查找的语句)
public List getList(int xh)
{
String where="";
if(xh!=0)
{
where=where+" where xuehao="+xh+"";
}
return this.findAll(where);
}
baidu_29643173
2015/07/08 03:38- 求详解
- 点赞
- 收藏
- 回答