ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/ShareController.java
@@ -104,7 +104,6 @@ share.setObjectId(userid); } share.setDelFlag(0); share.setAppletShare(1); share.setCreateTime(LocalDateTime.now()); shareService.save(share); return R.ok();