diff --git a/backend/app/api/v1/services/system/dict_service.py b/backend/app/api/v1/services/system/dict_service.py index f2451396..52b6fc68 100644 --- a/backend/app/api/v1/services/system/dict_service.py +++ b/backend/app/api/v1/services/system/dict_service.py @@ -212,7 +212,7 @@ class DictDataService: ) except Exception as e: logger.error(f"初始化字典数据失败: {e}") - raise CustomException(msg=f"初始化字典数据成功 {e}") + raise CustomException(msg=f"初始化字典数据失败 {e}") @classmethod async def get_init_dict_service(cls, redis: Redis, dict_type: str)->List[Dict]: