diff --git a/项目管理库/诺唯赞CRM项目/CRM模块拆解分析/国际化组件.md b/项目管理库/诺唯赞CRM项目/CRM模块拆解分析/国际化组件.md index 64fb938..1288ef3 100644 --- a/项目管理库/诺唯赞CRM项目/CRM模块拆解分析/国际化组件.md +++ b/项目管理库/诺唯赞CRM项目/CRM模块拆解分析/国际化组件.md @@ -114,6 +114,7 @@ public static String getTitle(String code) { return ObjectUtil.isNull(international) ? code : international.getName(); } ``` +从redis获取内容 ``` java private static International getByCode(String code, String type) { return (International)REDIS_UTILS.hget(getRedisKey(), getHashKey(code, type), International.class); @@ -130,8 +131,8 @@ private static International getByCode(String code, String type) { ![输入图片说明](/imgs/2024-02-26/t5WiMJ7apx7JQy6B.png) \ No newline at end of file