fix: 标准化发起导入体系转换空指针

This commit is contained in:
2024-03-21 11:58:36 +08:00
parent 1880e59a98
commit 5968e6a4fe
@@ -729,6 +729,9 @@ public class ImportUtil {
// 体系转换
public String convertStandardSystem(String cellValue, String moduleCode) {
if (StrUtil.isBlank(cellValue)) {
return null;
}
List<String> valueList = Arrays.asList(cellValue.split(","));
LambdaQueryWrapper<LawsTreeNode> treeNodeLambdaQueryWrapper = new LambdaQueryWrapper<>();
treeNodeLambdaQueryWrapper.in(LawsTreeNode::getNodeName, valueList);