李昊 преди 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;