导出检验规格,优化错误提示信息
This commit is contained in:
		| @@ -270,7 +270,7 @@ public class QcSpecServiceImpl implements QcSpecService { | ||||
|         } catch (Exception e) { | ||||
|             e.printStackTrace(); | ||||
|         } | ||||
|         return outputEncapsulationObject(PromptMessageEnum.DATA_NONE, "检验规格数据导入失败!", locale); | ||||
|         return outputEncapsulationObject(PromptMessageEnum.DATA_NONE, "请上传正确的Microsoft Excel 2007/2010 Workbook(*.xlsx)文件!", locale); | ||||
|     } | ||||
|  | ||||
|     private List<Integer> checkAppearIndex(List<List<String>> sheetDataList, String varietyNo, String craftItemNo, String qcItemNo) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user