调整宁波银行收款卡号
This commit is contained in:
parent
15c692f414
commit
b04d7f0709
|
@ -127,7 +127,10 @@ public class AccLogPluginInitializer extends PluginBaseEntity {
|
|||
accList.add(field0002);
|
||||
}
|
||||
}
|
||||
accList = Convert.toList(String.class,"86041110000110293,86041110000109337,6223160030547665,6214180002001411023,6214180000002609736");
|
||||
//测试银行卡号
|
||||
// accList = Convert.toList(String.class,"86041110000110293,86041110000109337,6223160030547665,6214180002001411023,6214180000002609736");
|
||||
//正式银行卡号
|
||||
accList = Convert.toList(String.class,"80010122000156204,80010122000263453,80012025000028568,80012029000027878,80015025000004736,359000100100541514,359001400100031916,359001100100008396,80010122000508721,80010122000170773,359060100100185025,80010122000927103,80010122000950933,80012025000144507,80015025000020731");
|
||||
//1、查询宁波银行的交易记录
|
||||
AccTransactionReq accTransactionReq = new AccTransactionReq();
|
||||
accTransactionReq.setCdSign(NingboBankUtil.SHOURU);
|
||||
|
|
Loading…
Reference in New Issue