bug修改

This commit is contained in:
wangzhijiang
2024-03-12 15:50:37 +08:00
parent 7cd75a2051
commit 0bb7ad9c78
@@ -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("读取失败,请严格按照模板文件导入数据");
} }