Commit 34479f08 authored by fangxinjiang's avatar fangxinjiang

公积金自动化-fxj

parent 11a7d819
...@@ -840,8 +840,10 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi ...@@ -840,8 +840,10 @@ public class EmployeeRegistrationPreServiceImpl extends ServiceImpl<EmployeeRegi
} }
//(公积金待办为在途在保)流程中的公积金数据不能修改 //(公积金待办为在途在保)流程中的公积金数据不能修改
//查已购买公积金明细 //查已购买公积金明细
if (null != employeeRegistrationPre.getDispatchInfoFundPreVo() && if (null != employeeRegistrationPre.getDispatchInfoFundPreVo()
!Common.isEmpty(employeeRegistrationPre.getDispatchInfoFundPreVo().getId())) { && !Common.isEmpty(employeeRegistrationPre.getDispatchInfoFundPreVo().getId())
&& null != employeeRegistrationPre.getDispatchInfoFundPreVo().getFundUpdateFlag()
&& employeeRegistrationPre.getDispatchInfoFundPreVo().getFundUpdateFlag().booleanValue()) {
R<Boolean> fundSdr = socialDaprUtils.getFundPreStatus(employeeRegistrationPre.getDispatchInfoFundPreVo().getId()); R<Boolean> fundSdr = socialDaprUtils.getFundPreStatus(employeeRegistrationPre.getDispatchInfoFundPreVo().getId());
//公积金购买状态,0待确认,1待派单,2派单失败,3待审核,4审核不通过,5待办理,7办理成功,8办理失败 //公积金购买状态,0待确认,1待派单,2派单失败,3待审核,4审核不通过,5待办理,7办理成功,8办理失败
if (fundSdr != null && null != fundSdr.getData() if (fundSdr != null && null != fundSdr.getData()
......
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