Commit 621e16a6 authored by hongguangwu's avatar hongguangwu

MVP1.7.5-薪资提交校验

parent 649b04fe
...@@ -79,7 +79,7 @@ public class TInsuranceUnpurchasePersonController { ...@@ -79,7 +79,7 @@ public class TInsuranceUnpurchasePersonController {
* @return: com.yifu.cloud.plus.v1.yifu.common.core.util.R<java.lang.String> * @return: com.yifu.cloud.plus.v1.yifu.common.core.util.R<java.lang.String>
**/ **/
@Operation(description = "刷新社保状态") @Operation(description = "刷新社保状态")
@PostMapping("/getSocialWorkInjuryHandleById") @GetMapping("/getSocialWorkInjuryHandleById")
public R<String> getSocialWorkInjuryHandleById(@RequestParam String id) { public R<String> getSocialWorkInjuryHandleById(@RequestParam String id) {
return tInsuranceUnpurchasePersonService.getSocialWorkInjuryHandleById(id); return tInsuranceUnpurchasePersonService.getSocialWorkInjuryHandleById(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