Commit f96d44b4 authored by huyuchen's avatar huyuchen

huych-入离职登记提交

parent 79b90d62
...@@ -193,7 +193,7 @@ public class TEmployeeProjectBelongDeptController { ...@@ -193,7 +193,7 @@ public class TEmployeeProjectBelongDeptController {
* @return * @return
**/ **/
@Inner @Inner
@PostMapping("/inner/selectInnerCspDeptByUserDeptId") @PostMapping("/inner/saveOrDeleteDeptRelation")
public R<Boolean> saveOrDeleteDeptRelation(@RequestBody SysCspDeptVo vo) { public R<Boolean> saveOrDeleteDeptRelation(@RequestBody SysCspDeptVo vo) {
return R.ok(tEmployeeProjectBelongDeptService.saveOrDeleteDeptRelation(vo)); return R.ok(tEmployeeProjectBelongDeptService.saveOrDeleteDeptRelation(vo));
} }
......
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