From c90ccc97c3e18a143a7709a85c8d850586ef74d9 Mon Sep 17 00:00:00 2001 From: huangjinyan Date: Mon, 26 Feb 2024 18:15:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=AE=A1=E7=90=86=E5=BA=93/?= =?UTF-8?q?=E8=AF=BA=E5=94=AF=E8=B5=9ECRM=E9=A1=B9=E7=9B=AE/CRM=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E6=8B=86=E8=A7=A3=E5=88=86=E6=9E=90/=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E7=BB=84=E4=BB=B6.md=20updated?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CRM模块拆解分析/国际化组件.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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