82572-导入拆分结果失败提示语统一。
This commit is contained in:
+1
-1
@@ -1511,7 +1511,7 @@ public class FileSplitItemsEOServiceImpl extends ServiceImpl<FileSplitItemsEOMap
|
||||
log.error(e.getMessage(),e);
|
||||
String msg = "";
|
||||
if(MessageUtils.getLanguage().getValue().equals(LanguageEnum.CN.getValue())){
|
||||
msg = "导入失败";
|
||||
msg = "读取失败,请严格按照模板文件导入数据";
|
||||
} else {
|
||||
msg = "import failed";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user