feat : chef statement

This commit is contained in:
2025-03-24 11:43:15 +08:00
parent 3c91ac4077
commit 071b0fc445
8 changed files with 246 additions and 6 deletions

View File

@@ -161,7 +161,6 @@ class DispenseAddService extends BaseService
'coupon_dispense_id' => $this->dispenseId,
'user_id' => $userId,
]);
// $producer = ApplicationContext::getContainer()->get(Producer::class);
$this->producer->produce($message);
}