licailing 4 лет назад
Родитель
Сommit
6641451378

+ 1 - 1
src/main/java/com/izouma/uwip/web/InternationalPatentController.java

@@ -49,7 +49,7 @@ public class InternationalPatentController extends BaseController {
     }
 
     @PostMapping("/allDTO")
-    public Page<InternationalPatent> allDTO(PageQuery pageQuery) {
+    public Page<InternationalPatent> allDTO(@RequestBody PageQuery pageQuery) {
         return internationalPatentService.allDTO(pageQuery);
     }