bug
This commit is contained in:
@@ -786,7 +786,7 @@ public class BuyOrderServiceImpl extends ServiceImpl<BuyOrderDao, BuyOrder> impl
|
||||
List<BookEntity> bookByProductId = shopProductBookService.getBookByProductId(buyOrderProduct.getProductId());
|
||||
goodsResponseVo.setBooks(bookByProductId);
|
||||
|
||||
//设置商品对应的课程目录
|
||||
//设置商品对应的课程
|
||||
List<Integer> collect = shopProductCourseDao.selectList(new LambdaQueryWrapper<ShopProductCourseEntity>().eq(ShopProductCourseEntity::getProductId, buyOrderProduct.getProductId())).stream().map(ShopProductCourseEntity::getCatalogueId).collect(Collectors.toList());
|
||||
if(collect.size()>0){
|
||||
MPJLambdaWrapper<CourseCatalogueEntity> courseCatalogueEntityMPJLambdaWrapper = new MPJLambdaWrapper<>();
|
||||
|
||||
Reference in New Issue
Block a user