我的课程、复读

This commit is contained in:
wuchunlei
2025-04-18 10:19:59 +08:00
parent a5a81680ca
commit b7ac6327bc
2 changed files with 3 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ public class CourseRelearnController {
//课程目录复读列表
@RequestMapping("/relearnShopProductList")
public R relearnShopProductList(@RequestBody Map<String,Object> params) {
MPJLambdaWrapper<ShopProduct> wrapper = new MPJLambdaWrapper<>();
wrapper.leftJoin(ShopProductCourseEntity.class,ShopProductCourseEntity::getProductId,ShopProduct::getProductId);
wrapper.selectAll(ShopProduct.class);