@ -611,7 +611,7 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl<BaseTDx
log.info("购方税号list为:{}", gfshList);
return gfshList;
return gfshList.stream().distinct().collect(Collectors.toList());
}
private String getGfsh(String deptId, Map<String, String> taxnoMap, Map<String, String> parentIdMap) {
@ -546,7 +546,7 @@ public class ExtInvoicePoolServiceImpl extends MpBaseServiceImpl<ExtInvoicePoolD
@Override