|
@@ -117,9 +117,11 @@ public class OrderBaseExcelLogic {
|
|
|
int index = 0;
|
|
|
for (Object o : rows) {
|
|
|
++index;
|
|
|
- String errPrefix = "第" + (index) + "行,工单号:"+ rows.get(1)+":";
|
|
|
+
|
|
|
OrderBaseStatusEnum orderBaseStatusEnum = OrderBaseStatusEnum.DSHPG;
|
|
|
List<String> row = (List<String>) o;
|
|
|
+
|
|
|
+ String errPrefix = "第" + (index) + "行,工单号:"+ row.get(1)+":";
|
|
|
CommonUtils.initList(row, 100);
|
|
|
String websitName = row.get(0);
|
|
|
String orderBaseId = row.get(1);
|