bug修改
This commit is contained in:
+2
-2
@@ -1801,10 +1801,10 @@ public class FileSplitItemsEOServiceImpl extends ServiceImpl<FileSplitItemsEOMap
|
|||||||
if (!StringUtils.equals(itemNum.getStringCellValue(),"条款号")
|
if (!StringUtils.equals(itemNum.getStringCellValue(),"条款号")
|
||||||
|| !StringUtils.equals(itemTitle.getStringCellValue(),"条款标题")
|
|| !StringUtils.equals(itemTitle.getStringCellValue(),"条款标题")
|
||||||
|| !StringUtils.equals(itemContent.getStringCellValue(),"条款内容")) {
|
|| !StringUtils.equals(itemContent.getStringCellValue(),"条款内容")) {
|
||||||
throw new JeroBootException("请导入正确模板!");
|
throw new JeroBootException("读取失败,请严格按照模板文件导入数据");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
throw new JeroBootException("请导入正确模板!");
|
throw new JeroBootException("读取失败,请严格按照模板文件导入数据");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user