优化代码注释

This commit is contained in:
不做码农
2022-06-10 17:46:14 +08:00
11 changed files with 11 additions and 33 deletions

View File

@@ -78,7 +78,6 @@ namespace ZR.Admin.WebApi.Controllers.System
{
throw new CustomException(ResultCode.PARAM_ERROR, "请求参数错误");
}
//从 Dto 映射到 实体
var user = userDto.Adapt<SysUser>().ToUpdate(HttpContext);
int result = UserService.ChangeUser(user);