feat():增加未接入客户接口

master
LQS 2024-08-07 19:39:15 +08:00
parent 627c5c6622
commit f2dfd258c6
5 changed files with 8 additions and 7 deletions

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.muyu</groupId> <groupId>com.muyu</groupId>
<artifactId>cloud-pay</artifactId> <artifactId>cloud-pay</artifactId>
<version>1.0.0</version> <version>1.0.1</version>
</parent> </parent>
<artifactId>cloud-pay-client</artifactId> <artifactId>cloud-pay-client</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.muyu</groupId> <groupId>com.muyu</groupId>
<artifactId>cloud-pay</artifactId> <artifactId>cloud-pay</artifactId>
<version>1.0.0</version> <version>1.0.1</version>
</parent> </parent>
<artifactId>cloud-pay-remote</artifactId> <artifactId>cloud-pay-remote</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>com.muyu</groupId> <groupId>com.muyu</groupId>
<artifactId>cloud-pay</artifactId> <artifactId>cloud-pay</artifactId>
<version>1.0.0</version> <version>1.0.1</version>
</parent> </parent>
<artifactId>cloud-pay-server</artifactId> <artifactId>cloud-pay-server</artifactId>
@ -95,7 +95,7 @@
<dependency> <dependency>
<groupId>com.muyu</groupId> <groupId>com.muyu</groupId>
<artifactId>cloud-common-nacos-remote</artifactId> <artifactId>cloud-common-nacos-remote</artifactId>
<version>1.0.0</version> <!-- <version>1.0.0</version>-->
</dependency> </dependency>
</dependencies> </dependencies>
@ -119,6 +119,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId> <artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<configuration> <configuration>
<skip>true</skip> <skip>true</skip>
</configuration> </configuration>

View File

@ -10,7 +10,8 @@ import com.muyu.cloud.pay.domain.resp.CustomerResp;
import com.muyu.cloud.pay.mapper.OrderPayCustomerMapper; import com.muyu.cloud.pay.mapper.OrderPayCustomerMapper;
import com.muyu.cloud.pay.service.OrderPayCustomerService; import com.muyu.cloud.pay.service.OrderPayCustomerService;
import com.muyu.cloud.pay.service.OrderPayService; 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 lombok.extern.log4j.Log4j2;
import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
@ -126,5 +127,6 @@ public class OrderPayCustomerServiceImpl
.filter(nacosServer ->!customerSet.contains(nacosServer)) .filter(nacosServer ->!customerSet.contains(nacosServer))
.toList() .toList()
; ;
// return null;
} }
} }

View File

@ -10,8 +10,6 @@
<version>3.6.4</version> <version>3.6.4</version>
</parent> </parent>
<groupId>com.muyu</groupId>
<artifactId>cloud-pay</artifactId> <artifactId>cloud-pay</artifactId>
<version>1.0.1</version> <version>1.0.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>