更新极光推送

This commit is contained in:
yaooo 2023-08-24 14:01:20 +08:00
parent 3fc95be204
commit a188437bdb
2 changed files with 2 additions and 2 deletions

View File

@ -478,7 +478,7 @@ class StoreOrderRepository extends BaseRepository
try {
$this->batchPrinter($orderId, $merId);
} catch (Exception $exception) {
Log::info('自动打印小票报错' . $exception);
Log::info('自动打印小票报错');
}
} else {
Log::info('自动打印小票验证商户ID【' . $merId . '】,自动打印状态未开启');

View File

@ -444,7 +444,7 @@ class StoreOrderRepository extends BaseRepository
try {
$this->batchPrinter($orderId, $merId);
} catch (Exception $exception) {
Log::info('自动打印小票报错' . $exception);
Log::info('自动打印小票报错');
}
} else {
Log::info('自动打印小票验证商户ID【' . $merId . '】,自动打印状态未开启');