feat: 增加树形多选类型导入

This commit is contained in:
2024-08-01 16:38:44 +08:00
parent e5060db1a0
commit 6bc8555d8d
@@ -368,7 +368,8 @@ public class ImportUtil {
}
// 树形单选
if (FieldShowTypeEnum.TREE_STRUCTURE_SINGLE_SELECT.getValue().equals(tag.getFieldShowType())) {
if (FieldShowTypeEnum.TREE_STRUCTURE_SINGLE_SELECT.getValue().equals(tag.getFieldShowType()) ||
FieldShowTypeEnum.TREE_STRUCTURE_MULTI_SELECT.getValue().equals(tag.getFieldShowType())) {
// 根据tag找到dictCode
String dictCode = tag.getDictField();
if (!this.dictValid(dictCode, cellValue)) {