Commit d38a68db authored by huyuchen's avatar huyuchen

huych-社保自动化相关提交

parent a8cb5cc5
...@@ -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