This commit is contained in:
zengtao01
2024-10-07 16:55:48 +08:00
parent e3aa6e4194
commit 804cbcc655
7 changed files with 63 additions and 17 deletions

View File

@ -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));
// }