修改信贷校验bug
This commit is contained in:
parent
bfc5e49a3d
commit
1ec881177d
@ -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){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user