fix(88810): 标准解读流程(标准主解读汇总)--报译文超长了,但是前期一直没有超长提示

This commit is contained in:
yjz
2024-08-19 11:02:54 +08:00
parent c18db0301d
commit 001e7779cb
@@ -567,6 +567,7 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
.ne(LawsTag::getDbFieldName, "is_same_as_prev_version")
.ne(LawsTag::getDbFieldName, "item_num")
.ne(LawsTag::getDbFieldName, "item_content")
.ne(LawsTag::getDbFieldName, "translation")
.ne(LawsTag::getDbFieldName, "item_title"));
// 反射获取字段名称
Field[] fields = clauseSublist.getClass().getDeclaredFields();