raojiaolong@163.com %!s(int64=3) %!d(string=hai) anos
pai
achega
f661ab5791
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mhotel/src/com/happy/action/houseAction.java

+ 1 - 1
mhotel/src/com/happy/action/houseAction.java

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