收款与付款信息
This commit is contained in:
parent
bcae9c8a05
commit
0f93bce5ba
|
@ -151,7 +151,7 @@ public class RecBillServiceImpl extends BaseService<PaymentEntity,String> implem
|
|||
body.put("objecttype","0");//交易对象
|
||||
body.put("pk_customer",pay.getPkCustomer());//客户
|
||||
body.put("pk_account",pay.getPkAccount());//收款银行账号
|
||||
body.put("pk_recproject",pay.getPkRecproject());//收支项目
|
||||
// body.put("pk_recproject",pay.getPkRecproject());//收支项目
|
||||
body.put("memo",pay.getMemo());//摘要
|
||||
detailsArr.add(body);
|
||||
JSONObject main = new JSONObject();
|
||||
|
|
Loading…
Reference in New Issue