raojiaolong@163.com hace 3 años
padre
commit
f661ab5791
Se han modificado 1 ficheros con 1 adiciones y 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("%'");
         }
         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)){