Browse Source

修改tag名称

yjp 9 months ago
parent
commit
744870c20e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      framework/core/tag/check/validate.go

+ 1 - 1
framework/core/tag/check/validate.go

@@ -32,7 +32,7 @@ func init() {
 }
 
 func registerCustomTags() {
-	if err := validate.RegisterValidation("timezero", func(fl validator.FieldLevel) bool {
+	if err := validate.RegisterValidation("timenotzero", func(fl validator.FieldLevel) bool {
 		fieldValue := fl.Field()
 
 		if !fieldValue.IsValid() {