|
|
@@ -472,7 +472,7 @@ public class UserReservationServiceImpl extends ServiceImpl<UserReservationMappe
|
|
|
new LambdaQueryWrapper<StoreBookingCategory>()
|
|
|
.eq(StoreBookingCategory::getStoreId, storeId)
|
|
|
.eq(StoreBookingCategory::getIsDisplay, 1)
|
|
|
- .orderByDesc(StoreBookingCategory::getCreatedTime));
|
|
|
+ .orderByDesc(StoreBookingCategory::getSort));
|
|
|
list.put("storeBookingCategorys", storeBookingCategorys);
|
|
|
StoreMainInfoVo storeInfo = storeInfoService.getStoreInfo(storeId);
|
|
|
list.put("storeInfo", storeInfo);
|