删除llog
This commit is contained in:
parent
43ba3088dc
commit
24bd78c702
@ -23,7 +23,7 @@ public class DictTypeTranslationImpl implements TranslationInterface<String> {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String translation(Object key, String other) {
|
public String translation(Object key, String other) {
|
||||||
logger.info("key = {}, other = {}", key, other);
|
// logger.info("key = {}, other = {}", key, other);
|
||||||
if (key instanceof String dictValue && StringUtils.isNotBlank(other)) {
|
if (key instanceof String dictValue && StringUtils.isNotBlank(other)) {
|
||||||
String ret = dictService.getDictLabel(other, dictValue);
|
String ret = dictService.getDictLabel(other, dictValue);
|
||||||
return StringUtils.isBlank(ret)? dictValue:ret;
|
return StringUtils.isBlank(ret)? dictValue:ret;
|
||||||
|
Loading…
Reference in New Issue
Block a user