|
|
|
@ -72,6 +72,7 @@ public class BaseRzFpxxServiceImpl extends MpBaseServiceImpl<BaseFpxxZhDao, Base |
|
|
|
|
orgList.add(t.getTaxno()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
log.info("orgList======>{}",orgList); |
|
|
|
|
|
|
|
|
|
if (gfshList.size() == 0) { |
|
|
|
|
// 未从getUserInfo()获取到购方税号信息
|
|
|
|
@ -124,10 +125,7 @@ public class BaseRzFpxxServiceImpl extends MpBaseServiceImpl<BaseFpxxZhDao, Base |
|
|
|
|
for (int i = 0; i < pageList.size(); i++) { |
|
|
|
|
pageList.get(i).setSelect(false); |
|
|
|
|
String taxno = pageList.get(i).getGfsh(); |
|
|
|
|
// if (orgList.contains(taxno) && "1".equals(pageList.get(i).getRzzt())) {
|
|
|
|
|
// pageList.get(i).setSelect(true);
|
|
|
|
|
// }
|
|
|
|
|
if ("0".equals(pageList.get(i).getRzzt())) { |
|
|
|
|
if (orgList.contains(taxno) && "1".equals(pageList.get(i).getRzzt())) { |
|
|
|
|
pageList.get(i).setSelect(true); |
|
|
|
|
} |
|
|
|
|
String skssq = pageList.get(i).getSkssq(); |
|
|
|
|