feat : finish order

This commit is contained in:
2025-04-02 16:05:24 +08:00
parent 4620a0f1ba
commit ea374d578f
8 changed files with 498 additions and 7 deletions

View File

@@ -127,6 +127,8 @@ class DispenseAddService extends BaseService
/**
* @return array
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
public function handle(): array
{
@@ -155,8 +157,6 @@ class DispenseAddService extends BaseService
/**
* @return void
* @throws ContainerExceptionInterface
* @throws NotFoundExceptionInterface
*/
private function sendAutoMq(): void
{