|
|
|
@ -122,7 +122,10 @@ 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())) { |
|
|
|
|
// if (orgList.contains(taxno) && "1".equals(pageList.get(i).getRzzt())) {
|
|
|
|
|
// pageList.get(i).setSelect(true);
|
|
|
|
|
// }
|
|
|
|
|
if ("0".equals(pageList.get(i).getRzzt())) { |
|
|
|
|
pageList.get(i).setSelect(true); |
|
|
|
|
} |
|
|
|
|
String skssq = pageList.get(i).getSkssq(); |
|
|
|
|