From e28c72bf51abd12b8522704f052bafc529ee3089 Mon Sep 17 00:00:00 2001
From: WeiRan <2392355487@qq.com>
Date: Fri, 9 Aug 2024 00:21:54 +0800
Subject: [PATCH] =?UTF-8?q?feat():=E6=9B=B4=E6=94=B9=E7=88=B6=E7=BA=A7?=
=?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
cloud-pay-server/pom.xml | 3 ++-
.../cloud/pay/service/impl/OrderPayCustomerServiceImpl.java | 1 -
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/cloud-pay-server/pom.xml b/cloud-pay-server/pom.xml
index f389e20..5f22cb4 100644
--- a/cloud-pay-server/pom.xml
+++ b/cloud-pay-server/pom.xml
@@ -6,7 +6,7 @@
com.muyu
cloud-pay
- 1.0.0
+ 1.0.1
cloud-pay-server
@@ -117,6 +117,7 @@
org.apache.maven.plugins
maven-deploy-plugin
+ 3.1.1
true
diff --git a/cloud-pay-server/src/main/java/com/muyu/cloud/pay/service/impl/OrderPayCustomerServiceImpl.java b/cloud-pay-server/src/main/java/com/muyu/cloud/pay/service/impl/OrderPayCustomerServiceImpl.java
index 7bb68eb..a879314 100644
--- a/cloud-pay-server/src/main/java/com/muyu/cloud/pay/service/impl/OrderPayCustomerServiceImpl.java
+++ b/cloud-pay-server/src/main/java/com/muyu/cloud/pay/service/impl/OrderPayCustomerServiceImpl.java
@@ -75,7 +75,6 @@ public class OrderPayCustomerServiceImpl extends ServiceImpl orderPayCustomerList = this.list(queryWrapper);
Set customerSet = orderPayCustomerList.stream().map(OrderPayCustomer::getAppCode).collect(Collectors.toSet());
-
return nacosServerAllList.stream()
.filter(nacosServer->customerSet.contains(nacosServer))
.toList();