Commit 7142d384 authored by fangxinjiang's avatar fangxinjiang

实缴查询-fxj

parent 57795949
...@@ -5217,7 +5217,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa ...@@ -5217,7 +5217,8 @@ public class TPaymentInfoServiceImpl extends ServiceImpl<TPaymentInfoMapper, TPa
} }
private boolean cityFlag(TPaymentInfoSearchVo tPaymentInfo){ private boolean cityFlag(TPaymentInfoSearchVo tPaymentInfo){
return "135".equals(tPaymentInfo.getSocialCity()) return (("135".equals(tPaymentInfo.getSocialCity()) && Common.isEmpty(tPaymentInfo.getSocialTown()))
|| ("12".equals(tPaymentInfo.getSocialProvince()) && Common.isEmpty(tPaymentInfo.getSocialCity())))
&& Common.isEmpty(tPaymentInfo.getEmpIdcard()) && Common.isEmpty(tPaymentInfo.getEmpIdcard())
&& Common.isEmpty(tPaymentInfo.getUnitName()) && Common.isEmpty(tPaymentInfo.getUnitName())
&& Common.isEmpty(tPaymentInfo.getSettleDomainName()) && Common.isEmpty(tPaymentInfo.getSettleDomainName())
......
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