|
|
|
@@ -485,7 +485,7 @@ public class WxCardInfoServiceImpl implements WxCardInfoService { |
|
|
|
|
|
|
|
final IdWorker idWorker = IdWorker.get(); |
|
|
|
record.setId(idWorker.nextId()); |
|
|
|
record.setOwnerId(cardInfo.getOwnerUserId()); |
|
|
|
record.setOwnerId(wxCardInfo.getOwnerUserId()); |
|
|
|
record.setMerchantId(0l);//充值订单无商户 |
|
|
|
record.setPayFrom(EnumCardSpendFrom.recharge.getCode()); |
|
|
|
record.setDeductionAmount(cardInfo.getAmount()); |
|
|
|
|