Commit a621cfbc authored by fangxinjiang's avatar fangxinjiang

拒绝入职优化-fxj

parent 029be7f4
......@@ -1046,7 +1046,7 @@ public class TEmployeeInsurancePreServiceImpl extends ServiceImpl<TEmployeeInsur
// 已完成状态不需要更新
if (CommonConstants.SIX_STRING.equals(insurancePre.getProcessStatus())) {
return true;
return false;
}
LambdaUpdateWrapper<TEmployeeInsurancePre> updateWrapper = new LambdaUpdateWrapper<>();
......
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