feat: 增加树形多选类型导入
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user