|
GoodsAttached one = iGoodsAttachedService.getOne(new LambdaQueryWrapper<GoodsAttached>().eq(GoodsAttached::getMajorId, entity.getChapterExamId()).eq(GoodsAttached::getType,2).last("limit 1"));
|
|
GoodsAttached one = iGoodsAttachedService.getOne(new LambdaQueryWrapper<GoodsAttached>().eq(GoodsAttached::getMajorId, entity.getChapterExamId()).eq(GoodsAttached::getType,2).last("limit 1"));
|