1
0

2 コミット 6e1edffdce ... 5d577ca059

作者 SHA1 メッセージ 日付
  郭齐峰 5d577ca059 Merge branch 'develop' into develop2 11 ヶ月 前
  郭齐峰 35b4d0a7bf 调价单导入 11 ヶ月 前

+ 1 - 1
src/custom/restcontroller/webmanage/sale/itempriceadjust/ItempriceadjustItemprice.java

@@ -300,7 +300,7 @@ public class ItempriceadjustItemprice extends Controller {
                     continue;
                 } else {
                     String itemno = row.getString("itemno");
-                    if (itemnoList.indexOf(itemno) != itemnoList.lastIndexOf("itemno")) {
+                    if (itemnoList.indexOf(itemno) != itemnoList.lastIndexOf(itemno)) {
                         iserr = true;
                         row.put("msg", "错误信息:导入文件存在相同编码的商品");
                         rowserr.add(row);