|
@@ -322,7 +322,7 @@ public class TransfusionConfigFacade {
|
|
|
}
|
|
|
if (ListUtil.isNotEmpty(errorNumList)) {
|
|
|
throw new CommonException(CommonErrorCode.PARAM_IS_NULL,
|
|
|
- "以下行数(不计入空行)标准术语与数据库术语不匹配:"
|
|
|
+ "以下行数(不计空行)标准术语在数据库中不存在:"
|
|
|
+ errorNumList.stream().collect(Collectors.joining("、"))
|
|
|
+ "。导入取消,请修改后再试。");
|
|
|
}
|