|
@@ -27,7 +27,7 @@ public class OaDocumentController {
|
|
|
@Autowired
|
|
|
private OaDocumentService oaDocumentService;
|
|
|
|
|
|
- @PostMapping("/myApplication")
|
|
|
+ @GetMapping("/myApplication")
|
|
|
public CommonPage<OaDocument> myApplication(@RequestParam(value = "docNo", required = false) String docNo,
|
|
|
@RequestParam(value = "type", required = false) String type,
|
|
|
@RequestParam(value = "status", required = false) Integer status,
|