Explorar el Código

Merge remote-tracking branch 'origin/user_relation'

Roc hace 4 años
padre
commit
8a908445b2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      services/user.go

+ 2 - 0
services/user.go

@@ -292,6 +292,8 @@ QUERY_WX_USER:
 		}
 		if wxUser.Mobile == "" && wxUser.Email == "" {
 			firstLogin = 1
+		}else{
+			firstLogin = 0
 		}
 	}