Commit 55fa6e71 authored by fangxinjiang's avatar fangxinjiang

拒绝入职优化-fxj

parent 684d359f
......@@ -1045,7 +1045,7 @@ public class TEmployeeInsurancePreServiceImpl extends ServiceImpl<TEmployeeInsur
}
// 已完成状态不需要更新
if (null != insurancePre && CommonConstants.SIX_STRING.equals(insurancePre.getProcessStatus())) {
if (null == insurancePre || CommonConstants.SIX_STRING.equals(insurancePre.getProcessStatus())) {
return false;
}
......
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