소스 검색

修改bug

yjp 4 달 전
부모
커밋
22b60c3042
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      framework/core/domain/entity/field.go

+ 1 - 1
framework/core/domain/entity/field.go

@@ -64,7 +64,7 @@ const (
 
 // TenantIDField 租户ID字段
 type TenantIDField struct {
-	TenantID string `sqlmapping:"column:tenant_id;" sqlresult:"column:tenant_id;" check:"required,len=32,when=create/delete/update"`
+	TenantID string `sqlmapping:"column:tenant_id;" sqlresult:"column:tenant_id;" check:"required,len=32,when=create"`
 }
 
 // UserIDFields 用户ID相关字段