|
|
|
@ -146,11 +146,6 @@ public class TdLeaveController extends BaseController
|
|
|
|
|
@ResponseBody
|
|
|
|
|
public AjaxResult examinesave(TdLeave tdLeave)
|
|
|
|
|
{
|
|
|
|
|
if (Objects.equals(tdLeave.getLeavestate(),"1")){
|
|
|
|
|
SysUser sysUser = userService.selectUserById(tdLeave.getUserId());
|
|
|
|
|
sysUser.setStatus("1");
|
|
|
|
|
userService.updateUser(sysUser);
|
|
|
|
|
}
|
|
|
|
|
return toAjax(tdLeaveService.updateTdLeave(tdLeave));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|