李昊 преди 4 години
родител
ревизия
c78ee49960
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      GxPress/Repository/GxPress.Repository.Implement/UserRepository.cs

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

@@ -311,6 +311,7 @@ namespace GxPress.Repository.Implement
                     //用户不存在,自动注册
                     if (user == null)
                     {
+                        user=new User();
                         user.Name = request.Phone;
                         user.Phone = request.Phone;
                         user.Id = await InsertAsync(user);