Commit f34ca854 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent a534c9cb
......@@ -1610,7 +1610,7 @@ public class EmployeeRegistrationServiceImpl extends ServiceImpl<EmployeeRegistr
&& null == preVo.getDispatchInfoFundPreVo().getExpectedConfirmTime()) {
BaseSearchVO paramVo = new BaseSearchVO();
paramVo.setName(preVo.getDispatchInfoFundPreVo().getProvidentHouseholdName());
paramVo.setType(CommonConstants.ZERO_STRING);
paramVo.setType(CommonConstants.ONE_STRING);
R<THouseHoldLimitInnerVo> resultR = socialDaprUtils.getWorkDayByDeadLineDay(paramVo);
fundLimitVo = null== resultR?null:resultR.getData();
if (null == fundLimitVo){
......
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