|
@@ -51,7 +51,7 @@ public class PatentController {
|
|
|
return Response.success(projectPatentLinkService.getPatentReadTotal(params));
|
|
|
}
|
|
|
|
|
|
- @checkAuth(FunId = "/workspace/folder/batchOperation/read")
|
|
|
+ @checkAuth(FunId = "/workspace/folder/isRead")
|
|
|
@Permission(roles = {1})
|
|
|
@PostMapping("/read/update")
|
|
|
@Operation(summary = "修改专利阅读状态")
|