Pu Zhibing
2024-12-05 940dd1b292db4c5cc2df2f137fa46c37f2159898
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/ShareController.java
@@ -53,7 +53,7 @@
    @GetMapping("/recommand/list")
    public R<List<Share>> recommandlist(){
        Long userid = tokenService.getLoginUserApplet().getUserid();
        return R.ok(shareService.list(new LambdaQueryWrapper<Share>()
        return R.ok(shareService.list(new LambdaQueryWrapper<Share>().eq(Share::getAddType,2)
                .eq(Share::getObjectId, userid)));
    }