|
@@ -1560,7 +1560,7 @@ public class MappingConfigFacade extends MappingConfigServiceImpl {
|
|
originList = originList.stream().distinct().collect(Collectors.toList());
|
|
originList = originList.stream().distinct().collect(Collectors.toList());
|
|
//原始数据为空
|
|
//原始数据为空
|
|
if (ListUtil.isEmpty(originList)) {
|
|
if (ListUtil.isEmpty(originList)) {
|
|
- return errorList;
|
|
|
|
|
|
+ throw new CommonException(CommonErrorCode.PARAM_IS_NULL, "校验失败,导入数据不能为空");
|
|
}
|
|
}
|
|
|
|
|
|
//标准术语校验
|
|
//标准术语校验
|