BUG修改
This commit is contained in:
parent
03fb81596f
commit
e509b09866
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue