diff --git a/dxhy-extend/src/main/java/com/dxhy/extend/controller/ExtInvoicePoolController.java b/dxhy-extend/src/main/java/com/dxhy/extend/controller/ExtInvoicePoolController.java index 75033660..f3a37054 100644 --- a/dxhy-extend/src/main/java/com/dxhy/extend/controller/ExtInvoicePoolController.java +++ b/dxhy-extend/src/main/java/com/dxhy/extend/controller/ExtInvoicePoolController.java @@ -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)){