Commit 5f3441e1 authored by huyuchen's avatar huyuchen

预派单优化修改

parent e8a03cae
...@@ -1711,8 +1711,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa ...@@ -1711,8 +1711,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
boolean isTrueAdder = false; boolean isTrueAdder = false;
fundlist = providentFundMapper.selectList(Wrappers.<TProvidentFund>query().lambda() fundlist = providentFundMapper.selectList(Wrappers.<TProvidentFund>query().lambda()
.eq(TProvidentFund::getEmpIdcard, infoVo.getEmpIdcard()) .eq(TProvidentFund::getEmpIdcard, infoVo.getEmpIdcard())
.eq(TProvidentFund::getFundProvince, infoVo.getSocialProvince()) .eq(TProvidentFund::getFundProvince, infoVo.getFundProvince())
.eq(TProvidentFund::getFundCity, infoVo.getSocialCity())); .eq(TProvidentFund::getFundCity, infoVo.getFundCity()));
if (!fundlist.isEmpty()) { if (!fundlist.isEmpty()) {
for (TProvidentFund providentFund : fundlist) { for (TProvidentFund providentFund : fundlist) {
if ((Common.isEmpty(infoVo.getFundTown()) || (Common.isNotNull(infoVo.getFundTown()) && if ((Common.isEmpty(infoVo.getFundTown()) || (Common.isNotNull(infoVo.getFundTown()) &&
......
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