| | |
| | | import com.ruoyi.common.utils.ServletUtils; |
| | | import com.ruoyi.domain.ShareMore; |
| | | import com.ruoyi.domain.ZfDownload; |
| | | import com.ruoyi.service.ZIdeaShareService; |
| | | import com.ruoyi.service.ZfEventDownloadService; |
| | | import com.ruoyi.service.ZfEventShareService; |
| | | import org.springframework.web.bind.annotation.*; |
| | |
| | | @Resource |
| | | ZfEventDownloadService zfEventDownloadService; |
| | | |
| | | |
| | | |
| | | @Resource |
| | | ZIdeaShareService zIdeaShareService; |
| | | @GetMapping("/shareUser/{userId}/{menuId}") |
| | | public AjaxResult selectUserShareInfo(@PathVariable Integer userId, @PathVariable Long menuId){ |
| | | return zIdeaShareService.selectShareUserInfo(userId, menuId); |
| | | } |
| | | /** |
| | | * |
| | | * @param zfDoctor |
| | | * @return |
| | | */ |
| | | @PostMapping("/share") |
| | | public AjaxResult share(@RequestBody ShareMore zfDoctor){ |
| | | zfDoctor.setSysMenuId(2013L); |