1
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user