|
@@ -78,9 +78,9 @@ public class TakeOutProjectController {
|
|
|
PageMethod.startPage(tourismRestaurantTypeToWebDto.getPageNum(), tourismRestaurantTypeToWebDto.getPageSize(), true);
|
|
|
}
|
|
|
RestaurantType restaurantType = MyModelUtil.copyTo(tourismRestaurantTypeToWebDto, RestaurantType.class);
|
|
|
- String orderBy = MyOrderParam.buildOrderBy(tourismRestaurantTypeToWebDto.getOrderParamList(), RestaurantType.class);
|
|
|
+// String orderBy = MyOrderParam.buildOrderBy(tourismRestaurantTypeToWebDto.getOrderParamList(), RestaurantType.class);
|
|
|
List<RestaurantType> restaurantFoodTypeList =
|
|
|
- restaurantTypeService.getRestaurantTypeListWithRelation(restaurantType, orderBy);
|
|
|
+ restaurantTypeService.getRestaurantTypeListWithRelation(restaurantType, "tour_restaurant_type.show_order");
|
|
|
|
|
|
|
|
|
MyPageData<RestaurantTypeVo> restaurantTypeVoMyPageData = MyPageUtil.makeResponseData(restaurantFoodTypeList, RestaurantTypeVo.class);
|