Browse Source

修改bug

yjp 1 năm trước cách đây
mục cha
commit
72e4693648
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  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
 }