Commit f2ee2f21 authored by hongguangwu's avatar hongguangwu

MVP1.6.6-预入职相关_保存审核等

parent 99b8955a
...@@ -167,13 +167,14 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE ...@@ -167,13 +167,14 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
main = null; main = null;
} }
if (main != null) { if (main != null) {
if (CommonConstants.ONE_STRING.equals(main.getStatus()) // 2024-7-3 17:23:50 倩倩要求放开状态拦截,前端加按钮禁用即可
/*if (CommonConstants.ONE_STRING.equals(main.getStatus())
|| CommonConstants.TWO_STRING.equals(main.getStatus())) { || CommonConstants.TWO_STRING.equals(main.getStatus())) {
return R.failed("信息审核中,请耐心等待!"); return R.failed("信息审核中,请耐心等待!");
} }
if (CommonConstants.FOUR_STRING.equals(main.getStatus())) { if (CommonConstants.FOUR_STRING.equals(main.getStatus())) {
return R.failed("信息已填写,请勿重复操作!"); return R.failed("信息已填写,请勿重复操作!");
} }*/
TPreEmployeeInfo tPreEmployeeInfo = tPreEmployeeInfoService.getTPreEmployeeInfoList(main.getId()); TPreEmployeeInfo tPreEmployeeInfo = tPreEmployeeInfoService.getTPreEmployeeInfoList(main.getId());
if (tPreEmployeeInfo != null && Common.isNotNull(tPreEmployeeInfo.getId())) { if (tPreEmployeeInfo != null && Common.isNotNull(tPreEmployeeInfo.getId())) {
empId = tPreEmployeeInfo.getId(); empId = tPreEmployeeInfo.getId();
......
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