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