BUG修改

This commit is contained in:
haozq 2024-11-15 19:35:22 +08:00
parent 03fb81596f
commit e509b09866
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}