puzhibing
2024-12-06 8ca8432f7dfb2c58ff6c0f9d1f7224b262bdaba4
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)));
    }