This commit is contained in:
2026-08-20 12:05:53 +08:00
parent c98fee1bca
commit b13e10d28a
46 changed files with 3026 additions and 87 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ func (c *contract) Upload(ctx context.Context, req *dto.UploadContractReq) (*dto
if req.File == nil {
return nil, gerror.New("请选择合同文件")
}
id, err := service.AnnotationService.Upload(ctx, req.File, req.DatasetIds)
id, err := service.AnnotationService.Upload(ctx, req.File, req.DatasetIds, req.CaseId)
if err != nil {
return nil, err
}