|
|
@@ -325,7 +325,7 @@ public class houseAction extends ActionSupport implements ServletRequestAware {
|
|
|
s1.append(" and house_name like '%").append(hName).append("%'");
|
|
|
}
|
|
|
if (managerId!=null){
|
|
|
- s1.append(" and manager_id = '").append(managerId).append("'");
|
|
|
+ s1.append(" and hotel_manager_id = '").append(managerId).append("'");
|
|
|
}
|
|
|
IPage<HouseSumEto> houseIPage = houseService.queryPageHouseSum(s1.toString(),page,rows);
|
|
|
if(houseIPage!=null && !"".equals(houseIPage)){
|