From 88b67b81f4ab6dbe72dab1b4ca7c1cdd9b9743d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=85=BE?= <3467447354@qq.com> Date: Fri, 9 Aug 2024 00:01:55 +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 8e5031d..fbe545b 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) {