优化
This commit is contained in:
@ -181,6 +181,7 @@ public class DevuceServiceImpl implements DevuceService {
|
||||
}
|
||||
return dishesMapper.selectList(new LambdaQueryWrapperX<DishesDO>()
|
||||
.eq(DishesDO::getCarteenId,carteenId)
|
||||
.gt(DishesDO::getId,94)
|
||||
.eq(DishesDO::getDishecType,dishecType).orderByDesc(DishesDO::getId));
|
||||
// }
|
||||
|
||||
|
Reference in New Issue
Block a user