Browse Source

微信支付

傅行帆 6 years ago
parent
commit
c243b9ee6f

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/WxPayServiceImpl.java View File

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());