Commit 4e4dd37d authored by fangxinjiang's avatar fangxinjiang

实缴查询-fxj

parent 15c944f0
...@@ -5168,11 +5168,11 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa ...@@ -5168,11 +5168,11 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
&& Common.isEmpty(searchVo.getSecondIndicatorBelong())){ && Common.isEmpty(searchVo.getSecondIndicatorBelong())){
// 只有社保户 // 只有社保户
if (Common.isNotNull(searchVo.getSocialHousehold())){ if (Common.isNotNull(searchVo.getSocialHousehold())){
return R.ok(baseMapper.selectCountPaymentSearchInfoSocial(searchVo)); return R.ok(baseMapper.selectCountPaymentSearchInfoSocialByLimit(searchVo));
} }
//只有公积金户 //只有公积金户
if (Common.isNotNull(searchVo.getProvidentHousehold())){ if (Common.isNotNull(searchVo.getProvidentHousehold())){
return R.ok(baseMapper.selectCountPaymentSearchInfoFund(searchVo)); return R.ok(baseMapper.selectCountPaymentSearchInfoSocialByLimit(searchVo));
} }
} }
return R.ok(baseMapper.selectCountSumPaymentInfo(searchVo)); return R.ok(baseMapper.selectCountSumPaymentInfo(searchVo));
......
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