Merge branch '20231124' of http://221.226.25.34:3000/dxfeng/weaver-hrm-recruit into feature/dxf

This commit is contained in:
dxfeng 2024-01-29 14:41:03 +08:00
commit 2d058ffba6
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public class RecruitFlowToModeAction implements Action {
rst.commit();
} catch (Exception e) {
rst.rollback();
new BaseBean().writeLog(e.getMessage());
new BaseBean().writeLog(e);
requestInfo.getRequestManager().setMessagecontent("接口动作【RecruitFlowToModeAction】执行异常");
return FAILURE_AND_CONTINUE;
}