Commit 5a2fad76 authored by fangxinjiang's avatar fangxinjiang

代码优化-fxj

parent 62f36fd2
......@@ -321,7 +321,7 @@ public class TDispatchInfoPreServiceImpl extends ServiceImpl<TDispatchInfoPreMap
baseMapper.delete(Wrappers.<TDispatchInfoPre>query().lambda()
.eq(TDispatchInfoPre::getTypeSub,CommonConstants.ONE_STRING)
.in(TDispatchInfoPre::getProcessStatus, Arrays.asList("0", "1", "2", "4", "8"))
.eq(TDispatchInfoPre::getRegisterId, registrationPreVo.getExitSocialInfoList()
.eq(TDispatchInfoPre::getRegisterId, registrationPreVo.getExitFundInfoList()
.get(0).getRegisterId()));
} else {
//删除已存在的入职确认信息对应的公积金明细
......
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