网页和文本 切换

This commit is contained in:
WangHao
2020-10-08 18:27:08 +08:00
parent d6692f242b
commit 41146e7c6d
5 changed files with 159 additions and 35 deletions

View File

@ -69,8 +69,8 @@ public class NmNoteController extends BaseController
*用户 获取便签详细信息 然后修改
*/
@GetMapping(value = "/user/{noteId}")
public AjaxResult userGetInfo(@PathVariable("noteId") Long noteId)
@GetMapping(value = "/userGetNoteInfo/{noteId}")
public AjaxResult userGetNoteInfo(@PathVariable("noteId") Long noteId)
{
SysUser sysUser=getAuthUser();
return AjaxResult.success(nmNoteService.selectNmNoteuserById(noteId,sysUser.getUserId()));