|
|
|
@ -162,7 +162,7 @@ public class OrderEventHandler extends BaseApplicationService { |
|
|
|
virtualAccountApplicationService.recharge(product, productSpec, order); |
|
|
|
} |
|
|
|
//产品 |
|
|
|
PurchaseProductRecord record = PurchaseProductRecord.build(order.getUserId(), orderItem.getProductId(), orderItem.getId(), order.getId()); |
|
|
|
PurchaseProductRecord record = PurchaseProductRecord.build(order.getUserId(), orderItem.getProductId(), orderItem.getProductSpecId(), order.getId()); |
|
|
|
purchaseProductRecordDao.insert(record); |
|
|
|
} |
|
|
|
} |
|
|
|
|