Commit 263094eb authored by fangxinjiang's avatar fangxinjiang

公积金自动化-fxj

parent 62a65621
......@@ -637,8 +637,13 @@ public class TEmployeePreLogServiceImpl extends ServiceImpl<TEmployeePreLogMappe
} else {
initFundPreInfo(preVo, preVo.getDispatchInfoFundPreVo(), user, empPreId);
}
//如果页面传承为不修改则不更新数据
if (null != preVo && null != preVo.getDispatchInfoFundPreVo()
&& null != preVo.getDispatchInfoFundPreVo().getFundUpdateFlag()
&& preVo.getDispatchInfoFundPreVo().getFundUpdateFlag().booleanValue()){
socialDaprUtils.saveFundPreInfo(preVo);
}
}
if (!saveOrUpdateList.isEmpty()) {
HttpDaprUtil.invokeMethodPost(daprInsurancesProperties.getAppUrl(), daprInsurancesProperties.getAppId()
, "/temployeeinsurancepre/inner/saveOrUpdateInsuranceList"
......
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