|
@@ -176,6 +176,7 @@ public class OrderClubServiceImpl implements OrderClubService {
|
|
InvoiceVo invoice = null;
|
|
InvoiceVo invoice = null;
|
|
if (null != order.getInvoiceFlag() && order.getInvoiceFlag() > 0) {
|
|
if (null != order.getInvoiceFlag() && order.getInvoiceFlag() > 0) {
|
|
invoice = orderCommonMapper.getOrderInvoice(orderId);
|
|
invoice = orderCommonMapper.getOrderInvoice(orderId);
|
|
|
|
+ invoice.setUserId(userId);
|
|
}
|
|
}
|
|
// 可用余额
|
|
// 可用余额
|
|
Double availableMoney = baseMapper.getAbleUserMoney(userId);
|
|
Double availableMoney = baseMapper.getAbleUserMoney(userId);
|