网银导入功能,付款人是“广州银联网络支付有限公司”不让导入

This commit is contained in:
tangfutang 2021-03-08 11:04:22 +08:00
parent 60427dd239
commit 61414bbc98

View File

@ -133,6 +133,11 @@ public class LCEbankCallBack extends BaseImportExcelCallBack {
if(flag==false){
throw new BusinessException("网银:"+ebank_sn+", 本方账户信息不匹配 !");
}
//获取付款人
String clientName=importObject.getAttribute("CLIENT_NAME").toString();
if("广州银联网络支付有限公司".equals(clientName)){
throw new BusinessException("网银:"+ebank_sn+",付款人是:广州银联网络支付有限公司。无法导入!");
}
}
@Override