Commit ccae26be authored by hongguangwu's avatar hongguangwu

Merge remote-tracking branch 'origin/MVP1.7.16' into MVP1.7.16

parents c814ff7e e4b3b937
...@@ -322,7 +322,7 @@ public class TEmployeeContractPreController { ...@@ -322,7 +322,7 @@ public class TEmployeeContractPreController {
**/ **/
@Operation(description = "一键催办") @Operation(description = "一键催办")
@PostMapping("/contractUrg") @PostMapping("/contractUrg")
public R contractUrg(@RequestBody String id) { public R contractUrg(@RequestParam String id) {
return tEmployeeContractPreService.contractUrg(id); return tEmployeeContractPreService.contractUrg(id);
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment