|
@@ -654,7 +654,7 @@ public class BashInfo {
|
|
|
}
|
|
|
for (int i = 0; i < lastRow; i++) {
|
|
|
String type = importExcel.getValue(i + 1, 1);
|
|
|
- if (type.contains("竣工") || type.contains("合计") || type.contains("结算") ||type.contains("投标") ) {
|
|
|
+ if (type.contains("竣工") || type.contains("合计") || type.contains("结算") ||type.contains("投标") || type.contains("工程造价") || type.contains("最高")) {
|
|
|
row2 = i+1;
|
|
|
}
|
|
|
}
|