diff --git a/src/main/java/com/bonus/gzgqj/business/app/controller/PartApplyAppController.java b/src/main/java/com/bonus/gzgqj/business/app/controller/PartApplyAppController.java index da96bc1..94fd024 100644 --- a/src/main/java/com/bonus/gzgqj/business/app/controller/PartApplyAppController.java +++ b/src/main/java/com/bonus/gzgqj/business/app/controller/PartApplyAppController.java @@ -69,7 +69,7 @@ public class PartApplyAppController { * @return */ @PostMapping("addPartApply") - public ServerResponse addPartApply(PartApplyAppVo dto) { + public ServerResponse addPartApply(@RequestBody PartApplyAppVo dto) { return service.addPartApply(dto); }