diff --git a/src/ATBAPP/ATBDeviceControllerPlugin.cpp b/src/ATBAPP/ATBDeviceControllerPlugin.cpp index c116156..66c6b90 100644 --- a/src/ATBAPP/ATBDeviceControllerPlugin.cpp +++ b/src/ATBAPP/ATBDeviceControllerPlugin.cpp @@ -134,6 +134,8 @@ void ATBDeviceControllerPlugin::requestPrintTicket(const QHashhw->prn_sendDynamicPrnValues(dynTicketData->licensePlate)) { this->errorCode = "hwapi::prn_sendDynamicPrnValues"; @@ -152,7 +154,7 @@ void ATBDeviceControllerPlugin::requestPrintTicket(const QHashcurrentTemplate++; - QTimer::singleShot(1000, this, SLOT(onPrinterPrintNextTemplate())); + QTimer::singleShot(2000, this, SLOT(onPrinterPrintNextTemplate())); } }