Commit cb21c294 authored by huyuchen's avatar huyuchen

预派单优化修改

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