From c9491d903b0c25ef35ce39811ae1ba413de2d291 Mon Sep 17 00:00:00 2001 From: tangfutang Date: Tue, 24 Mar 2020 19:15:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E9=87=8D=E5=A4=8D=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src_tenwa/com/tenwa/apzl/comm/BillstopayImport.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src_tenwa/com/tenwa/apzl/comm/BillstopayImport.java b/src_tenwa/com/tenwa/apzl/comm/BillstopayImport.java index fe2604c95..09b7bbb64 100644 --- a/src_tenwa/com/tenwa/apzl/comm/BillstopayImport.java +++ b/src_tenwa/com/tenwa/apzl/comm/BillstopayImport.java @@ -53,7 +53,9 @@ public class BillstopayImport extends BaseImportExcelCallBack{ // 有结果集, 说明重复 if(dataList.size()>0){ //error=",【微信订单号: "+WX_order_number+"】"; - exclarrayList.add(WX_order_number); + if(! exclarrayList.contains(WX_order_number) ){ + exclarrayList.add(WX_order_number); + } flag=true; } }