项目管理库/诺唯赞CRM项目/CRM模块拆解分析/国际化组件.md updated
This commit is contained in:
parent
c40850e9b9
commit
c90ccc97c3
@ -114,6 +114,7 @@ public static String getTitle(String code) {
|
|||||||
return ObjectUtil.isNull(international) ? code : international.getName();
|
return ObjectUtil.isNull(international) ? code : international.getName();
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
从redis获取内容
|
||||||
``` java
|
``` java
|
||||||
private static International getByCode(String code, String type) {
|
private static International getByCode(String code, String type) {
|
||||||
return (International)REDIS_UTILS.hget(getRedisKey(), getHashKey(code, type), International.class);
|
return (International)REDIS_UTILS.hget(getRedisKey(), getHashKey(code, type), International.class);
|
||||||
@ -130,8 +131,8 @@ private static International getByCode(String code, String type) {
|
|||||||

|

|
||||||
|
|
||||||
<!--stackedit_data:
|
<!--stackedit_data:
|
||||||
eyJoaXN0b3J5IjpbMzg5NDc3NjAyLDEzMDgxOTU5MjksLTEyMz
|
eyJoaXN0b3J5IjpbMTMzMTgxNjA4MCwxMzA4MTk1OTI5LC0xMj
|
||||||
kwODY5MDgsLTUwMzYzMjg3OCwxNTgzOTIwOTc1LDgwNzkzMzcw
|
M5MDg2OTA4LC01MDM2MzI4NzgsMTU4MzkyMDk3NSw4MDc5MzM3
|
||||||
NSwxMjU0ODQ1MzgyLC01MzU1ODgxMzYsMTk4MDYzNTk5MSwxMz
|
MDUsMTI1NDg0NTM4MiwtNTM1NTg4MTM2LDE5ODA2MzU5OTEsMT
|
||||||
QxMjMwOTU0XX0=
|
M0MTIzMDk1NF19
|
||||||
-->
|
-->
|
Loading…
x
Reference in New Issue
Block a user