|
@@ -109,7 +109,7 @@ public class AppHomePageImplService implements AppHomePageService {
|
|
|
strSql.append(" and c.hotel_township = '").append(hotel_township).append("' ");
|
|
strSql.append(" and c.hotel_township = '").append(hotel_township).append("' ");
|
|
|
}
|
|
}
|
|
|
if (!Func.checkNull(String.valueOf(type))){
|
|
if (!Func.checkNull(String.valueOf(type))){
|
|
|
- strSql.append(" and c.type = '").append(type).append("' ");
|
|
|
|
|
|
|
+ strSql.append(" and c.type in ('2','3') ");
|
|
|
}
|
|
}
|
|
|
return hotelService.querySelectedPagePrice(strSql.toString(),page,rows);
|
|
return hotelService.querySelectedPagePrice(strSql.toString(),page,rows);
|
|
|
}
|
|
}
|