Merge remote-tracking branch 'origin/dev_20230216' into dev_20230216
This commit is contained in:
+1
-1
@@ -2132,6 +2132,7 @@ public class SarBussionessStandServiceImpl extends ServiceImpl<SarBussionessStan
|
||||
|
||||
//获取总条数
|
||||
int rowNum = sheet.getPhysicalNumberOfRows();
|
||||
int count = 2;
|
||||
//循环遍历
|
||||
for (int i = 1; i <= rowNum; i++) {
|
||||
row = sheet.getRow(i);
|
||||
@@ -2177,7 +2178,6 @@ public class SarBussionessStandServiceImpl extends ServiceImpl<SarBussionessStan
|
||||
}
|
||||
if (i != 0 && i != 1 && !rowList.equals("") && rowList != null ) {
|
||||
|
||||
int count = 2;
|
||||
count++;
|
||||
|
||||
String standSort = rowList.get("*企标类别");
|
||||
|
||||
Reference in New Issue
Block a user