From f2dfd258c6708624e1db12c3728413e2bf9b7260 Mon Sep 17 00:00:00 2001
From: LQS <2506203757@qq.com>
Date: Wed, 7 Aug 2024 19:39:15 +0800
Subject: [PATCH] =?UTF-8?q?feat():=E5=A2=9E=E5=8A=A0=E6=9C=AA=E6=8E=A5?=
=?UTF-8?q?=E5=85=A5=E5=AE=A2=E6=88=B7=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
cloud-pay-client/pom.xml | 2 +-
cloud-pay-remote/pom.xml | 2 +-
cloud-pay-server/pom.xml | 5 +++--
.../cloud/pay/service/impl/OrderPayCustomerServiceImpl.java | 4 +++-
pom.xml | 2 --
5 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/cloud-pay-client/pom.xml b/cloud-pay-client/pom.xml
index 3bb1872..0091672 100644
--- a/cloud-pay-client/pom.xml
+++ b/cloud-pay-client/pom.xml
@@ -6,7 +6,7 @@
com.muyu
cloud-pay
- 1.0.0
+ 1.0.1
cloud-pay-client
diff --git a/cloud-pay-remote/pom.xml b/cloud-pay-remote/pom.xml
index c9ade08..84861f5 100644
--- a/cloud-pay-remote/pom.xml
+++ b/cloud-pay-remote/pom.xml
@@ -6,7 +6,7 @@
com.muyu
cloud-pay
- 1.0.0
+ 1.0.1
cloud-pay-remote
diff --git a/cloud-pay-server/pom.xml b/cloud-pay-server/pom.xml
index c9fdd26..e9840a5 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
@@ -95,7 +95,7 @@
com.muyu
cloud-common-nacos-remote
- 1.0.0
+
@@ -119,6 +119,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 36b9a17..00dc5c2 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
@@ -10,7 +10,8 @@ import com.muyu.cloud.pay.domain.resp.CustomerResp;
import com.muyu.cloud.pay.mapper.OrderPayCustomerMapper;
import com.muyu.cloud.pay.service.OrderPayCustomerService;
import com.muyu.cloud.pay.service.OrderPayService;
-import com.muyu.common.nacos.service.NacosServerService;
+
+import com.muyu.common.nacos.remote.service.NacosServerService;
import lombok.extern.log4j.Log4j2;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Service;
@@ -126,5 +127,6 @@ public class OrderPayCustomerServiceImpl
.filter(nacosServer ->!customerSet.contains(nacosServer))
.toList()
;
+// return null;
}
}
diff --git a/pom.xml b/pom.xml
index f4f51cd..f681d53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,8 +10,6 @@
3.6.4
-
- com.muyu
cloud-pay
1.0.1
pom