修改信贷校验bug

This commit is contained in:
jianghongdong 2018-08-09 10:52:26 +08:00
parent bfc5e49a3d
commit 1ec881177d

View File

@ -594,6 +594,7 @@ public class CreditBodyGuardAction {
}//m
}//else
//判断哪个记录不在人员变更后的列表中
personArr = "'"+personArr.replaceAll(",", "','")+"'";
@SuppressWarnings("unchecked")
List<BizObject> 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){