fix(解读流程): 导入标准id丢失问题

This commit is contained in:
yjz
2024-08-06 16:19:29 +08:00
parent 4032fa8a6f
commit 8357b7595b
@@ -1164,6 +1164,8 @@ public class StandardInterpretFlowServiceImpl implements StandardInterpretFlowSe
String standardName = lawsDomesticStandard.getStandardName();
if (!standardNumber.equals(itemNum) || !standardName.equals(itemTitle)){
errorList.add("标准编号应为:" + standardNumber + ",标准名称应为:" + standardName + "");
}else {
data.setClauseId(lawsDomesticStandard.getId());
}
}