|
|
@ -58,6 +58,7 @@ public class SysProfileController extends BaseController
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Log(title = "个人信息", businessType = BusinessType.UPDATE)
|
|
|
|
@Log(title = "个人信息", businessType = BusinessType.UPDATE)
|
|
|
|
@PutMapping
|
|
|
|
@PutMapping
|
|
|
|
|
|
|
|
@PreAuthorize("@ss.hasPermi('system:user:updateProfile')")
|
|
|
|
public AjaxResult updateProfile(@RequestBody SysUser user)
|
|
|
|
public AjaxResult updateProfile(@RequestBody SysUser user)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (userService.updateUserProfile(user) > 0)
|
|
|
|
if (userService.updateUserProfile(user) > 0)
|
|
|
|