Commit 6407040d authored by huyuchen's avatar huyuchen

huych-入离职登记提交

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