添加状态
This commit is contained in:
@@ -283,6 +283,8 @@ func (s *imageService) savePageData(ctx context.Context, data *imageResponse, ac
|
||||
}
|
||||
// 设置 TenantID(框架将0视为空值,所以使用1)
|
||||
image.TenantId = 1
|
||||
// 设置默认校验状态为待校验
|
||||
image.VerifyStatus = "PENDING"
|
||||
|
||||
items = append(items, image)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user