|
@@ -159,7 +159,7 @@ public class RestaurantTypeController {
|
|
|
RestaurantType restaurantTypeFilter = MyModelUtil.copyTo(restaurantTypeDtoFilter, RestaurantType.class);
|
|
|
// String orderBy = MyOrderParam.buildOrderBy(orderParam, RestaurantType.class);
|
|
|
List<RestaurantType> restaurantTypeList =
|
|
|
- restaurantTypeService.getRestaurantTypeListWithRelation(restaurantTypeFilter, "tour_restaurant_type.show_order desc");
|
|
|
+ restaurantTypeService.getRestaurantTypeListWithRelation(restaurantTypeFilter, "tour_restaurant_type.show_order");
|
|
|
return ResponseResult.success(MyPageUtil.makeResponseData(restaurantTypeList, RestaurantTypeVo.class));
|
|
|
}
|
|
|
|