From 3850a78033424b851536c3075e69470b36d0df49 Mon Sep 17 00:00:00 2001 From: yefei Date: Mon, 3 Jul 2023 11:09:10 +0800 Subject: [PATCH] =?UTF-8?q?ariesy=20=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../invoicecheck/BaseInvoiceManualCheckServiceImpl.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dxhy-base/src/main/java/com/dxhy/base/service/invoicecheck/BaseInvoiceManualCheckServiceImpl.java b/dxhy-base/src/main/java/com/dxhy/base/service/invoicecheck/BaseInvoiceManualCheckServiceImpl.java index 224b80a9..8a67fc55 100644 --- a/dxhy-base/src/main/java/com/dxhy/base/service/invoicecheck/BaseInvoiceManualCheckServiceImpl.java +++ b/dxhy-base/src/main/java/com/dxhy/base/service/invoicecheck/BaseInvoiceManualCheckServiceImpl.java @@ -578,6 +578,7 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl getGfshList(List gfshList, List companyCodes) { + log.info("111111111111111111111111111111111111111111111"); DynamicContextHolder.push(DbConstant.BASICS_READ); List taxnoList = sysDeptAuthDao.queryTaxnoList(); List parentIdList = sysDeptAuthDao.queryParentIdList(); @@ -586,13 +587,16 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl parentIdMap = parentIdList.stream().collect(Collectors.toMap(SysDeptEntity::getDeptId, SysDeptEntity::getParentId)); log.info("taxnoMap={},parentIdMap={}",taxnoMap,parentIdMap); + log.info("22222222222222222222222222222222222222222222222222222"); String gfsh = ""; for(String companyCode : companyCodes){ + log.info("33333333333333333333333333333333333333333333333333"); QueryWrapper wrapper = new QueryWrapper<>(); wrapper.eq("org_code",companyCode); SysDeptEntity sysDeptEntity = sysDeptAuthDao.selectOne(wrapper); if(sysDeptEntity != null) { + log.info("4444444444444444444444444444444444444444444444444"); String dId = sysDeptEntity.getDeptId(); gfsh = getGfsh(dId, taxnoMap, parentIdMap);