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) {