翻译bug
This commit is contained in:
parent
4624b9d0b7
commit
fa8b566da9
@ -54,10 +54,8 @@ public class TranslationHandler extends JsonSerializer<Object> implements Contex
|
|||||||
if (result != null){
|
if (result != null){
|
||||||
TranslationThreadLocal.getThreadInstance().set(value.toString(), translation.other(), result.toString());
|
TranslationThreadLocal.getThreadInstance().set(value.toString(), translation.other(), result.toString());
|
||||||
}
|
}
|
||||||
// TranslationThreadLocal.getThreadInstance().set(value.toString(), translation.other(), "111");
|
|
||||||
|
|
||||||
}
|
}
|
||||||
gen.writeObject(1);
|
gen.writeObject(result);
|
||||||
} else {
|
} else {
|
||||||
gen.writeObject(value);
|
gen.writeObject(value);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user