修改pc端修改简历信息(包括技能、经历)
This commit is contained in:
@@ -137,7 +137,10 @@ public class CmsAppUserController extends BaseController
|
||||
public AjaxResult editRegisterUser(@RequestBody RegisterBody registerBody)
|
||||
{
|
||||
if (registerBody == null) {
|
||||
throw new IllegalArgumentException("入参registerBody不能为空");
|
||||
return AjaxResult.error("入参registerBody不能为空!");
|
||||
}
|
||||
if(registerBody.getAppUser()==null){
|
||||
return AjaxResult.error("用户信息为空!");
|
||||
}
|
||||
return AjaxResult.success(appUserService.editRegisterUser(registerBody));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user