1.实际付款向银行发起付款申请增加开户行字段
This commit is contained in:
parent
6c7fb8a2e2
commit
81b22424e7
@ -331,6 +331,7 @@ public class CmbToPayController extends BaseFlowStartAction {
|
||||
pay_detail.setBUSNAR(BUSNAR);
|
||||
pay_detail.setCRTACC(CRTACC);
|
||||
pay_detail.setCRTNAM(CRTNAM);
|
||||
pay_detail.setCRTBNK(BANK_NAME);
|
||||
pay_detail.setBNKFLG(BNKFLG);
|
||||
pay_detail.setTRSTYP(TRSTYP);
|
||||
pay_detail.setRCVCHK(RCVCHK);
|
||||
@ -355,6 +356,7 @@ public class CmbToPayController extends BaseFlowStartAction {
|
||||
pay_detail_bo.setAttributeValue("BUSNAR", BUSNAR);
|
||||
pay_detail_bo.setAttributeValue("CRTACC", CRTACC);
|
||||
pay_detail_bo.setAttributeValue("CRTNAM", CRTNAM);
|
||||
pay_detail_bo.setAttributeValue("CRTBNK", BANK_NAME);
|
||||
pay_detail_bo.setAttributeValue("BNKFLG", BNKFLG);
|
||||
pay_detail_bo.setAttributeValue("TRSTYP", TRSTYP);
|
||||
pay_detail_bo.setAttributeValue("RCVCHK", RCVCHK);
|
||||
|
||||
@ -459,6 +459,7 @@ public class PayController extends BaseFlowStartAction {
|
||||
pay_detail.setBUSNAR(BUSNAR);
|
||||
pay_detail.setCRTACC(CRTACC);
|
||||
pay_detail.setCRTNAM(CRTNAM);
|
||||
pay_detail.setCRTBNK(BANK_NAME);
|
||||
pay_detail.setBNKFLG(BNKFLG);
|
||||
pay_detail.setTRSTYP(TRSTYP);
|
||||
pay_detail.setRCVCHK(RCVCHK);
|
||||
@ -488,6 +489,7 @@ public class PayController extends BaseFlowStartAction {
|
||||
pay_detail_bo.setAttributeValue("NUSAGE", NUSAGE);
|
||||
pay_detail_bo.setAttributeValue("CRTACC", CRTACC);
|
||||
pay_detail_bo.setAttributeValue("CRTNAM", CRTNAM);
|
||||
pay_detail_bo.setAttributeValue("CRTBNK", BANK_NAME);
|
||||
pay_detail_bo.setAttributeValue("BNKFLG", BNKFLG);
|
||||
pay_detail_bo.setAttributeValue("TRSTYP", TRSTYP);
|
||||
pay_detail_bo.setAttributeValue("RCVCHK", RCVCHK);
|
||||
|
||||
@ -289,6 +289,7 @@ public class HttpRequest {
|
||||
String DBTBNK = (String) propPayResult.get("DBTBNK");
|
||||
String CRTACC = (String) propPayResult.get("CRTACC");
|
||||
String CRTNAM = (String) propPayResult.get("CRTNAM");
|
||||
String CRTBNK = (String) propPayResult.get("CRTBNK");
|
||||
String CCYNBR = (String) propPayResult.get("CCYNBR");
|
||||
String TRSAMT = (String) propPayResult.get("TRSAMT");
|
||||
String YURREF = (String) propPayResult.get("YURREF");
|
||||
@ -305,6 +306,7 @@ public class HttpRequest {
|
||||
detail_one.setDBTBNK(DBTBNK);
|
||||
detail_one.setCRTACC(CRTACC);
|
||||
detail_one.setCRTNAM(CRTNAM);
|
||||
detail_one.setCRTBNK(CRTBNK);
|
||||
detail_one.setCCYNBR(CCYNBR);
|
||||
detail_one.setTRSAMT(TRSAMT);
|
||||
detail_one.setYURREF(YURREF);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user