Merge branch 'master' of https://gitee.com/lsfzlq/maku-boot
This commit is contained in:
commit
3c242fbf22
|
|
@ -210,7 +210,7 @@ public class ExcelUtils {
|
||||||
Field ref = ReflectUtils.getDeclaredField(clazz, trans.ref());
|
Field ref = ReflectUtils.getDeclaredField(clazz, trans.ref());
|
||||||
ref.setAccessible(true);
|
ref.setAccessible(true);
|
||||||
// 获取字典反向值
|
// 获取字典反向值
|
||||||
String value = dictionaryTransService.getDictionaryTransMap().get(trans.key() + "_" + ref.get(data));
|
String value = dictionaryTransService.getDictionaryTransMap().get("un_trans:" + trans.key() + "_" + ref.get(data));
|
||||||
if (StringUtils.isBlank(value)) {
|
if (StringUtils.isBlank(value)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user