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