|
|
|
@ -113,13 +113,13 @@ public class ExtInvoicePoolController extends AbstractController { |
|
|
|
|
if(StringUtils.isNotEmpty(companyCode) && !"99".equals(companyCode) && !"88".equals(companyCode)) { |
|
|
|
|
pramsMap.put("companyCode", companyCode); |
|
|
|
|
companyCodes.add(companyCode); |
|
|
|
|
gfshList = extInvoicePoolService.getGfshList(gfshList,companyCodes); |
|
|
|
|
// gfshList = extInvoicePoolService.getGfshList(gfshList,companyCodes);
|
|
|
|
|
pramsMap.put("gfsh", gfshList); |
|
|
|
|
}else if(StringUtils.isNotEmpty(companyCode) && "99".equals(companyCode)){ |
|
|
|
|
pramsMap.put("companyCode", companyCode); |
|
|
|
|
companyCodes = getUserInfo().getCompanyCodes(); |
|
|
|
|
pramsMap.put("companyCodes", companyCodes); |
|
|
|
|
gfshList = extInvoicePoolService.getGfshList(gfshList,companyCodes); |
|
|
|
|
// gfshList = extInvoicePoolService.getGfshList(gfshList,companyCodes);
|
|
|
|
|
pramsMap.put("gfsh", gfshList); |
|
|
|
|
log.info("组织机构====>{}", companyCodes); |
|
|
|
|
}else if(StringUtils.isNotEmpty(companyCode) && "88".equals(companyCode)){ |
|
|
|
|