fix(解读流程): 导入标准id丢失问题
This commit is contained in:
+2
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user