Compare commits

..

No commits in common. "ab4c0ddc858385a80637145cfa77d656b0aaa1ae" and "782bb6d7e18eaae734765a171f4a73db2e1815fa" have entirely different histories.

1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@ public class AnnotationTaskController extends BaseController {
* @param subTask 标注文件的信息
* @return 返回影响的行数或错误信
*/
@RequiresPermissions("dataCenter:task:file:manualAnnotate")
@PostMapping("/manualAnnotate")
public AjaxResult manualAnnotate(@Validated @RequestBody AnnotationTaskAnnotatorEntity subTask) {
int result = annotationTaskService.manualAnnotate(subTask);