广发付款修改
This commit is contained in:
parent
ba6eedff34
commit
51a14aadbb
@ -630,11 +630,12 @@ public String getContactId(JBOTransaction tx) throws SQLException, Exception{
|
||||
if (bankName.indexOf("ÕÐÉÌ") > -1) {
|
||||
payMode = "cmb";
|
||||
}
|
||||
JBOFactory.createBizObjectQuery("jbo.app.tenwa.calc.LB_ACTUAL_PAYMENT_INFO_TEMP","update o set bank=:bank,account=:account,acc_number=:acc_number where flowunid = :flowunid ")
|
||||
JBOFactory.createBizObjectQuery("jbo.app.tenwa.calc.LB_ACTUAL_PAYMENT_INFO_TEMP","update o set bank=:bank,account=:account," +
|
||||
"acc_number=:acc_number,pay_mode=:payMode where flowunid = :flowunid ")
|
||||
.setParameter("bank",bankName)
|
||||
.setParameter("account",bo_own.getAttribute("acc_name").getString())
|
||||
.setParameter("acc_number",bo_own.getAttribute("acc_number").getString())
|
||||
.setParameter("pay_mode",payMode)
|
||||
.setParameter("payMode",payMode)
|
||||
.setParameter("flowunid",flowunid)
|
||||
.executeUpdate();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user