parent
f969e3a041
commit
6a05cf6dff
|
|
@ -277,7 +277,9 @@ public class GuaranteeContractFeeDetailPlugin extends AbstractBillPlugIn {
|
|||
String shkd_feeoppunit = (String) map.get("shkd_feeoppunit");
|
||||
this.getModel().setValue("shkd_ytfeeoppunit", Long.parseLong(shkd_feeoppunit),index);//对方单位
|
||||
String shkd_feeoppbebank = (String) map.get("shkd_feeoppbebank");
|
||||
this.getModel().setValue("shkd_ytfeeoppbebank", Long.parseLong(shkd_feeoppbebank),index);//对方开户银行
|
||||
if (shkd_feeoppbebank!=null){
|
||||
this.getModel().setValue("shkd_ytfeeoppbebank", Long.parseLong(shkd_feeoppbebank),index);//对方开户银行
|
||||
}
|
||||
String shkd_feeoppacctbank = (String) map.get("shkd_feeoppacctbank");
|
||||
if (shkd_feeoppacctbank!=null){
|
||||
this.getModel().setValue("shkd_ytfeeoppacctbank", Long.parseLong(shkd_feeoppacctbank),index);//对方开户银行
|
||||
|
|
|
|||
Loading…
Reference in New Issue