Ver Fonte

修改bug

yjp há 1 ano atrás
pai
commit
72e4693648
1 ficheiros alterados com 0 adições e 5 exclusões
  1. 0 5
      convenient/domain/auth/user/entity.go

+ 0 - 5
convenient/domain/auth/user/entity.go

@@ -75,11 +75,6 @@ func (e *Entity) ForCreate() error {
 		return err
 	}
 
-	err = domain.CheckField(checkResult, e.DomainCNName(), FieldLastLoginTime)
-	if err != nil {
-		return err
-	}
-
 	return nil
 }