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