更新极光推送
This commit is contained in:
parent
3fc95be204
commit
a188437bdb
@ -478,7 +478,7 @@ class StoreOrderRepository extends BaseRepository
|
|||||||
try {
|
try {
|
||||||
$this->batchPrinter($orderId, $merId);
|
$this->batchPrinter($orderId, $merId);
|
||||||
} catch (Exception $exception) {
|
} catch (Exception $exception) {
|
||||||
Log::info('自动打印小票报错:' . $exception);
|
Log::info('自动打印小票报错');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Log::info('自动打印小票验证:商户ID【' . $merId . '】,自动打印状态未开启');
|
Log::info('自动打印小票验证:商户ID【' . $merId . '】,自动打印状态未开启');
|
||||||
|
@ -444,7 +444,7 @@ class StoreOrderRepository extends BaseRepository
|
|||||||
try {
|
try {
|
||||||
$this->batchPrinter($orderId, $merId);
|
$this->batchPrinter($orderId, $merId);
|
||||||
} catch (Exception $exception) {
|
} catch (Exception $exception) {
|
||||||
Log::info('自动打印小票报错:' . $exception);
|
Log::info('自动打印小票报错');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Log::info('自动打印小票验证:商户ID【' . $merId . '】,自动打印状态未开启');
|
Log::info('自动打印小票验证:商户ID【' . $merId . '】,自动打印状态未开启');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user