|
@@ -103,8 +103,8 @@ public class WechatFoodIndexController {
|
|
|
filter.setIsHotFood(1);
|
|
|
|
|
|
MyOrderParam myOrderParam = new MyOrderParam();
|
|
|
- myOrderParam.add(new MyOrderParam.OrderInfo("totalSales",false,null));
|
|
|
- String orderBy = MyOrderParam.buildOrderBy(myOrderParam, RestaurantInfo.class);
|
|
|
+ myOrderParam.add(new MyOrderParam.OrderInfo("sales",false,null));
|
|
|
+ String orderBy = MyOrderParam.buildOrderBy(myOrderParam, RestaurantFoodInfo.class);
|
|
|
|
|
|
PageMethod.startPage(1, 4, true);
|
|
|
List<RestaurantFoodInfo> foodInfoList = restaurantFoodInfoService.getRestaurantFoodInfoList(filter, orderBy);
|