feat : check

This commit is contained in:
2025-04-02 10:28:11 +08:00
parent 4276021041
commit 63dbcf5d67
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ class PrinterCache
private function __initPrinterListData(): void
{
$printerList = $this->printerModel->get();
var_dump($printerList->isEmpty());
if ($printerList->isEmpty()) return;
$ylyPrinterList = [];