Compare commits

..

No commits in common. '59c85fab2a5a9afce26a0e0e1b149c5f4787bc5c' and 'd09de29de974dbe79094f263cda71a62fb56a915' have entirely different histories.

@ -1,16 +0,0 @@
package cn.iocoder.yudao.module.cus.enums;
import cn.iocoder.yudao.framework.common.exception.ErrorCode;
/**
* ERP
* <p>
* erp 使 1-030-000-000
*/
public interface ErrorCodeConstants {
// ========== 管理客户页面 1-030-100-000 ==========
ErrorCode MANAGEMENT_NOT_EXISTS = new ErrorCode(1_030_100_000, "客户不存在");
}

@ -14,6 +14,7 @@ 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

Loading…
Cancel
Save