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