fix(解读流程): 译文导入问题

This commit is contained in:
yjz
2024-08-14 15:42:32 +08:00
parent c1a6fdd0be
commit f5635b79bf
@@ -1189,6 +1189,7 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
}else {
data.setClauseId(lawsDocumentSplits.getId());
data.setItemContent(lawsDocumentSplits.getItemContent());
data.setTranslation(lawsDocumentSplits.getTranslation());
}
}