fix: 标准化发起导入体系转换空指针
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user