优化识别企标导入失败提示的变量位置

This commit is contained in:
SUNJIABIN
2023-04-12 09:31:22 +08:00
parent dbe728db6f
commit d03e4b0ff5
@@ -2132,6 +2132,7 @@ public class SarBussionessStandServiceImpl extends ServiceImpl<SarBussionessStan
//获取总条数 //获取总条数
int rowNum = sheet.getPhysicalNumberOfRows(); int rowNum = sheet.getPhysicalNumberOfRows();
int count = 2;
//循环遍历 //循环遍历
for (int i = 1; i <= rowNum; i++) { for (int i = 1; i <= rowNum; i++) {
row = sheet.getRow(i); row = sheet.getRow(i);
@@ -2177,7 +2178,6 @@ public class SarBussionessStandServiceImpl extends ServiceImpl<SarBussionessStan
} }
if (i != 0 && i != 1 && !rowList.equals("") && rowList != null ) { if (i != 0 && i != 1 && !rowList.equals("") && rowList != null ) {
int count = 2;
count++; count++;
String standSort = rowList.get("*企标类别"); String standSort = rowList.get("*企标类别");