fix(87345): 导入校验问题修复
This commit is contained in:
+2
-1
@@ -2375,7 +2375,8 @@ public class FileSplitItemsEOServiceImpl extends ServiceImpl<FileSplitItemsEOMap
|
||||
value = StringUtils.join(valueIdList, ",");
|
||||
}
|
||||
|
||||
} else if (FieldTypeEnum.TEXT.getValue().equals(fieldShowType)) {
|
||||
} else if (FieldTypeEnum.TEXT.getValue().equals(fieldShowType)
|
||||
|| FieldTypeEnum.TEXT_MANY.getValue().equals(fieldShowType)) {
|
||||
//输入框
|
||||
//判断是否必填
|
||||
if (IsMustEnum.YES.getValue().equals(mustInput) && StringUtils.isBlank(value)) {
|
||||
|
||||
Reference in New Issue
Block a user