日期:2014-05-17 浏览次数:20674 次
String sql = "select * from table t where 1=1 "; if(部门!=null&&!部门.equals("")){ sql += " and t.部门 = " + 部门; //记得varchar加单引号:" and t.部门 = '" + 部门+"'"; } if 性别 .... if ...