licailing пре 4 година
родитељ
комит
6641451378
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/main/java/com/izouma/uwip/web/InternationalPatentController.java

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

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