|
|
@@ -1256,6 +1256,7 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
balanceLog.setMoney(s.getMoney());
|
|
|
balanceLog.setBalance(vipCard.getBalance());
|
|
|
balanceLog.setType(2);// 扣费
|
|
|
+ balanceLog.setMemberId(mainRoomOrder.getVipCustomerId());
|
|
|
balanceLog.setStatus(1);// TODO:不知道干什么用的 貌似是个啥支付状态
|
|
|
balanceLog.setGiveMoney(new BigDecimal(0));
|
|
|
balanceLog.setRemarks("房间收费扣款");
|
|
|
@@ -1268,7 +1269,6 @@ public class BusRoomBookingOrdersServiceImpl extends ServiceImpl<BusRoomBookingO
|
|
|
memberBalanceLogService.save(balanceLog);
|
|
|
// todo 积分规则
|
|
|
|
|
|
-// memberBalanceLogService.
|
|
|
}
|
|
|
}
|
|
|
s.setCreateTime(new Date());
|