| | |
| | | } |
| | | auctionGoodsinfoVO.setCoverPic(goodsSkuOne.getCoverPic()); |
| | | auctionGoodsinfoVO.setAlbum(goodsSkuOne.getAlbum()); |
| | | auctionGoodsinfoVO.setAuthentication(byId.getAuthentication()); |
| | | auctionGoodsinfoVO.setAuthentication(byId.getAuthentication().getCode()); |
| | | auctionGoodsinfoVO.setMinimumMarkupAmount(byId.getMinimumMarkupAmount()); |
| | | auctionGoodsinfoVO.setSpec(goodsSkuOne.getSpec()); |
| | | auctionGoodsinfoVO.setSpecUnit(goodsSkuOne.getSpecUnit()); |
| | |
| | | auctionGoodsinfoVO.setDetail(goodsSkuOne.getDetail()); |
| | | auctionGoodsinfoVO.setBond(byId.getBond()); |
| | | auctionGoodsinfoVO.setYears(goodsSkuOne.getYears()); |
| | | auctionGoodsinfoVO.setSharePic(goodsSkuOne.getSharePic()); |
| | | auctionGoodsinfoVO.setShareTitle(goodsSkuOne.getShareTitle()); |
| | | auctionGoodsinfoVO.setSharePic(byId.getSharePic()); |
| | | auctionGoodsinfoVO.setShareTitle(byId.getShareTitle()); |
| | | LambdaQueryWrapper<AuctionBidRecord> wrapper1= Wrappers.lambdaQuery(); |
| | | wrapper1.eq(AuctionBidRecord::getAuctionType,1); |
| | | wrapper1.eq(AuctionBidRecord::getTargetId,byId.getId()); |
| | |
| | | LambdaQueryWrapper<AuctionBidRecord> wrapper5= Wrappers.lambdaQuery(); |
| | | wrapper5.eq(AuctionBidRecord::getAuctionType,1); |
| | | wrapper5.eq(AuctionBidRecord::getTargetId,byId.getId()); |
| | | wrapper5.eq(AuctionBidRecord::getMemberId,auctionGoodsListDTO.getMemberId()); |
| | | wrapper5.eq(AuctionBidRecord::getDelFlag,0); |
| | | AuctionBidRecord list5 = auctionBidRecordService.getOne(wrapper5); |
| | | if (list5!=null){ |