docs: 添加日志
This commit is contained in:
@@ -187,6 +187,7 @@ public class SysUserController {
|
|||||||
@PathVariable Long userId,
|
@PathVariable Long userId,
|
||||||
@RequestBody UserProfileForm formData
|
@RequestBody UserProfileForm formData
|
||||||
) {
|
) {
|
||||||
|
System.out.println("test");
|
||||||
boolean result = userService.updateUserProfile(formData);
|
boolean result = userService.updateUserProfile(formData);
|
||||||
return Result.judge(result);
|
return Result.judge(result);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user