This commit is contained in:
zengtao01
2024-10-06 16:12:54 +08:00
parent a63ebf2919
commit f403f18321

View File

@ -179,7 +179,7 @@ public class DevuceServiceImpl implements DevuceService {
}
return dishesMapper.selectList(new LambdaQueryWrapperX<DishesDO>()
.eq(DishesDO::getCarteenId,carteenId)
.eq(DishesDO::getDishecType,dishecType));
.eq(DishesDO::getDishecType,dishecType).orderByDesc(DishesDO::getId));
// }
}