fix 80784 【演示】标准拆分:国标部分docx的文档拆分错误

This commit is contained in:
lijiarao
2024-01-26 11:04:57 +08:00
parent 2b3b889632
commit 3244bc7526
2 changed files with 4 additions and 5 deletions
@@ -149,7 +149,7 @@ public class DictAspect {
String textValue = this.translDictText(dictModels, value);
log.debug(" 字典Val : " + textValue);
log.info(" __翻译字典字段__ " + field.getName() + CommonConstant.DICT_TEXT_SUFFIX + ": " + textValue);
log.debug(" __翻译字典字段__ " + field.getName() + CommonConstant.DICT_TEXT_SUFFIX + ": " + textValue);
// TODO-sun 测试输出,待删
log.debug(" ---- dictCode: " + fieldDictCode);