|
|
|
@ -592,9 +592,11 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl<BaseTDx |
|
|
|
|
QueryWrapper<SysDeptEntity> wrapper = new QueryWrapper<>(); |
|
|
|
|
wrapper.eq("org_code",companyCode); |
|
|
|
|
SysDeptEntity sysDeptEntity = sysDeptAuthDao.selectOne(wrapper); |
|
|
|
|
String dId = sysDeptEntity.getDeptId(); |
|
|
|
|
if(sysDeptEntity != null) { |
|
|
|
|
String dId = sysDeptEntity.getDeptId(); |
|
|
|
|
|
|
|
|
|
gfsh = getGfsh(dId,taxnoMap,parentIdMap); |
|
|
|
|
gfsh = getGfsh(dId, taxnoMap, parentIdMap); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
log.info("购方税号为:{}",gfsh); |
|
|
|
|
gfshList.add(gfsh); |
|
|
|
|