feat : check
This commit is contained in:
@@ -35,7 +35,7 @@ class RefundGoodOrderFinishStatementListener implements ListenerInterface
|
||||
public function listen(): array
|
||||
{
|
||||
return [
|
||||
// RefundGoodOrderFinishEvent::class,
|
||||
RefundGoodOrderFinishEvent::class,
|
||||
];
|
||||
}
|
||||
|
||||
@@ -114,7 +114,7 @@ class RefundGoodOrderFinishStatementListener implements ListenerInterface
|
||||
|
||||
$skuIds = $this->orderGoodModel->whereIn('id',$refundOrderGoodIds)->pluck('quantity','sku_id')->toArray();
|
||||
|
||||
|
||||
//todo first
|
||||
}
|
||||
|
||||
private function rollBackFinancesData(): void
|
||||
|
||||
@@ -76,7 +76,7 @@ class FinishService extends BaseService
|
||||
]);
|
||||
$this->producer->produce($financesMessage);
|
||||
|
||||
//
|
||||
|
||||
|
||||
return $this->return->success();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user