|
@@ -21,13 +21,13 @@ import java.io.IOException;
|
|
|
public class AssoTaskPersonelController {
|
|
|
public final AssoTaskPersonelService assoTaskPersonelService;
|
|
|
private final LoginUtils loginUtils;
|
|
|
+
|
|
|
@PostMapping("/getPartClient")
|
|
|
@Operation(summary = "分页获取对比专利")
|
|
|
- public String getPagination(@RequestBody PatentVO patentVO)throws IOException{
|
|
|
- String res =assoTaskPersonelService.pagination(patentVO);
|
|
|
+ public String getPagination(@RequestBody PatentVO patentVO) throws IOException {
|
|
|
+ String res = assoTaskPersonelService.pagination(patentVO);
|
|
|
return res;
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
}
|