|
|
|
|
110
|
updateBillInvoiceBillStatus(tpBillInvoice.getId(),"1");
|
110
|
updateBillInvoiceBillStatus(tpBillInvoice.getId(),"1");
|
111
|
//插入流水账单表
|
111
|
//插入流水账单表
|
112
|
TpBillStatement tpBillStatement = new TpBillStatement();
|
112
|
TpBillStatement tpBillStatement = new TpBillStatement();
|
113
|
- tpBillStatement.setBillInvoiceId(tpBillInvoice.getId());
|
|
|
|
|
113
|
+ tpBillStatement.setBillInvoiceId(tpBillInvoice.getId());
|
114
|
tpBillStatement.setCommunityId(tpBillInvoice.getCommunityId());
|
114
|
tpBillStatement.setCommunityId(tpBillInvoice.getCommunityId());
|
115
|
tpBillStatement.setTaUserId(tpBillInvoice.getTaUserId());
|
115
|
tpBillStatement.setTaUserId(tpBillInvoice.getTaUserId());
|
116
|
tpBillStatement.setPayPrice(tpBillInvoice.getPayPrice());
|
116
|
tpBillStatement.setPayPrice(tpBillInvoice.getPayPrice());
|