|
|
@ -611,7 +611,7 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl<BaseTDx |
|
|
|
log.info("购方税号list为:{}", gfshList); |
|
|
|
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) { |
|
|
|
private String getGfsh(String deptId, Map<String, String> taxnoMap, Map<String, String> parentIdMap) { |
|
|
|