优化
This commit is contained in:
@ -246,7 +246,8 @@ public class DishesServiceImpl implements DishesService {
|
||||
List<DishesDO> dishesDOS = dishesMapper.selectList(Wrappers.<DishesDO>lambdaQuery()
|
||||
.eq(DishesDO::getCarteenId, carteenId)
|
||||
.in(DishesDO::getWeekTime, week)
|
||||
.in(DishesDO::getTimeSlot, todayTime));
|
||||
.in(DishesDO::getTimeSlot, todayTime)
|
||||
.orderByDesc(DishesDO::getCreateTime));
|
||||
return dishesDOS;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user