@@ -294,7 +294,7 @@ public class houseAction extends ActionSupport implements ServletRequestAware {
if (hName!=null){
s1.append(" and h_name like '%").append(hName).append("%'");
}
- if (hName!=null){
+ if (managerId!=null){
s1.append(" and manager_id = '").append(managerId).append("'");
IPage<House> houseIPage = houseService.queryPage(s1.toString(),page,rows);