From 1ec881177da32d417e998773521787d8c5b41449 Mon Sep 17 00:00:00 2001 From: jianghongdong Date: Thu, 9 Aug 2018 10:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BF=A1=E8=B4=B7=E6=A0=A1?= =?UTF-8?q?=E9=AA=8Cbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src_core/com/tenwa/comm/credit/CreditBodyGuardAction.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src_core/com/tenwa/comm/credit/CreditBodyGuardAction.java b/src_core/com/tenwa/comm/credit/CreditBodyGuardAction.java index dd9ade150..ff2ab8566 100644 --- a/src_core/com/tenwa/comm/credit/CreditBodyGuardAction.java +++ b/src_core/com/tenwa/comm/credit/CreditBodyGuardAction.java @@ -594,6 +594,7 @@ public class CreditBodyGuardAction { }//m }//else //判断哪个记录不在人员变更后的列表中 + personArr = "'"+personArr.replaceAll(",", "','")+"'"; @SuppressWarnings("unchecked") List resultList = bom3.createQuery("select CERTID,MOBILE from O where O.CERTID not in ("+personArr+") AND flowunid=:FLOWUNID").setParameter("FLOWUNID",flowunid).getResultList(false); if(resultList.size()>0){