fix(企标稽查计划): 79641
This commit is contained in:
+2
-2
@@ -403,11 +403,11 @@ public class ProcessEsInspectPlanServiceImpl extends ServiceImpl<ProcessEsInspec
|
||||
private void excelHeadVerify(MultipartFile file, Class<ProcessEsInspectPlan> carTypeClass, int titleRows, int i) {
|
||||
try {
|
||||
if (!(boolean) ImportExcelUtil.checkTemplateTitle(file, carTypeClass, titleRows, i)){
|
||||
throw new JeroBootException("excel文件表头错误,请重新下载");
|
||||
throw new JeroBootException("模板错误,按照系统模板导入!");
|
||||
}
|
||||
}catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
throw new JeroBootException("文件格式有误!");
|
||||
throw new JeroBootException("模板错误,按照系统模板导入!");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user