‘linchangsheng’ 8 months ago
parent
commit
51cdb290ed

+ 3 - 3
mall-server-api/src/main/java/com/gree/mall/manager/logic/workorder/OrderBaseExcelLogic.java

@@ -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;