提交代码

This commit is contained in:
jiang 2024-12-03 16:22:29 +08:00
parent 9024d5dbd2
commit b81064ce9b
1 changed files with 0 additions and 1 deletions

View File

@ -178,7 +178,6 @@ 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);