李昊 4 년 전
부모
커밋
90efb496db
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      GxPress/Repository/GxPress.Repository.Implement/UserRepository.cs

+ 1 - 0
GxPress/Repository/GxPress.Repository.Implement/UserRepository.cs

@@ -322,6 +322,7 @@ namespace GxPress.Repository.Implement
                         user = new User();
                         user.Name = request.Phone;
                         user.Phone = request.Phone;
+                        user.Gender = "Male";
                         user.Id = await InsertAsync(user);
                         result.UserId = user.Id;
                         result.DepartmentId = user.DepartmentId;