Commit b312fe87 authored by hongguangwu's avatar hongguangwu

MVP1.6.6-预入职相关1,2,4

parent 60a8580e
......@@ -157,7 +157,9 @@ public class TPreEmpMainServiceImpl extends ServiceImpl<TPreEmpMainMapper, TPreE
null, null,
null);
if (main != null) {
if (CommonConstants.FOUR_STRING.equals(main.getStatus())) {
if (CommonConstants.ONE_STRING.equals(main.getStatus())
|| CommonConstants.TWO_STRING.equals(main.getStatus())
|| CommonConstants.FOUR_STRING.equals(main.getStatus())) {
return R.failed("信息已填写,请勿重复操作!");
}
TPreEmployeeInfo tPreEmployeeInfo = tPreEmployeeInfoService.getTPreEmployeeInfoList(main.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