优化缓存查询异常抛出

This commit is contained in:
liss
2025-10-13 11:42:42 +08:00
parent b50ec80484
commit 0e7bea0e4d
5 changed files with 36 additions and 17 deletions

View File

@@ -9,6 +9,7 @@ public interface ErrorCodeConstants {
ErrorCode ERP_NOT_EXISTS = new ErrorCode(1_000_000_001, "获取ERP数据为空");
ErrorCode ERP_NOT_JSON_EXISTS = new ErrorCode(1_000_000_002, "ERP接口响应无法解析为JSON");
ErrorCode ERP_ERROR_EXISTS = new ErrorCode(1_000_000_003, "调用ERP RFC接口失败");
ErrorCode ERP_REDIS_EXISTS = new ErrorCode(1_000_000_004, "公司调用缓存失败");
ErrorCode ERP_CUSTOMER_NOT_EXISTS = new ErrorCode(1_001_000_001, "ERP客商主数据不存在");