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