From 9de071f1e416a1da9bad84fd614719d146df2ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=85=BE?= <3467447354@qq.com> Date: Thu, 8 Aug 2024 23:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E7=B1=BB=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=B3=A8=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cloud/pay/service/impl/OrderPayCustomerServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 fbe545b..8e5031d 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 @@ -37,12 +37,12 @@ public class OrderPayCustomerServiceImpl @Autowired private NacosServerService nacosServerService; - public OrderPayCustomerServiceImpl() { +/* public OrderPayCustomerServiceImpl() { List basePackages = ForestScannerRegister.getBasePackages(); for (String basePackage : basePackages) { log.info("===>"+basePackage); } - } + }*/ @Override public List selectList(CustomerListReq req) {