From 59c85fab2a5a9afce26a0e0e1b149c5f4787bc5c Mon Sep 17 00:00:00 2001 From: HuangHuiKang Date: Wed, 11 Mar 2026 17:12:54 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=BC=96=E8=AF=91=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../module/cus/service/management/ManagementServiceImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/yudao-module-customer/src/main/java/cn/iocoder/yudao/module/cus/service/management/ManagementServiceImpl.java b/yudao-module-customer/src/main/java/cn/iocoder/yudao/module/cus/service/management/ManagementServiceImpl.java index 5ec217d..a28d2a1 100644 --- a/yudao-module-customer/src/main/java/cn/iocoder/yudao/module/cus/service/management/ManagementServiceImpl.java +++ b/yudao-module-customer/src/main/java/cn/iocoder/yudao/module/cus/service/management/ManagementServiceImpl.java @@ -14,7 +14,6 @@ import cn.iocoder.yudao.module.cus.dal.mysql.management.ManagementMapper; import static cn.iocoder.yudao.module.cus.enums.ErrorCodeConstants.MANAGEMENT_NOT_EXISTS; import static cn.iocoder.yudao.framework.common.exception.util.ServiceExceptionUtil.exception; -import static cn.iocoder.yudao.framework.common.util.collection.CollectionUtils.convertList; /** * 客户管理 Service 实现类