From 7787aa7ac6e093cb8732edfb7041150b22c2cbe2 Mon Sep 17 00:00:00 2001 From: yefei Date: Wed, 10 May 2023 21:05:32 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E4=BF=AE=E5=A4=8D=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=BA=90=E9=97=AE=E9=A2=98=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/dxhy/core/job/service/impl/ApplyServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/dxhy-core/src/main/java/com/dxhy/core/job/service/impl/ApplyServiceImpl.java b/dxhy-core/src/main/java/com/dxhy/core/job/service/impl/ApplyServiceImpl.java index c9bf5e5a..99a8c221 100644 --- a/dxhy-core/src/main/java/com/dxhy/core/job/service/impl/ApplyServiceImpl.java +++ b/dxhy-core/src/main/java/com/dxhy/core/job/service/impl/ApplyServiceImpl.java @@ -656,6 +656,7 @@ public class ApplyServiceImpl extends ServiceImpl implem if (orgList != null && orgList.size() > 0) { for (TAcOrg acOrg : orgList) { //判断是否为大企业税号 + DynamicContextHolder.push(DbConstant.BASICS_READ); BasisSysDeptCfg baseSysDeptCfg = basisSysDeptCfgDao.selectOne(new QueryWrapper().eq("nsrsbh", acOrg.getTaxno())); if (baseSysDeptCfg != null) { continue;