|
|
|
@ -136,6 +136,15 @@ public class TdLeaveController extends BaseController
|
|
|
|
|
return toAjax(tdLeaveService.deleteTdLeaveByIds(ids));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@RequiresPermissions("system:leave:examine")
|
|
|
|
|
@Log(title = "人员离职", businessType = BusinessType.EXAMINE)
|
|
|
|
|
@PostMapping("/examine")
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public AjaxResult examinesave(TdLeave tdLeave)
|
|
|
|
|
{
|
|
|
|
|
return toAjax(tdLeaveService.updateTdLeave(tdLeave));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* 人员离职审核
|
|
|
|
|
*/
|
|
|
|
|