fix print provision

This commit is contained in:
avicenan
2026-06-19 17:52:48 +09:00
parent 51b99c7c2f
commit a7c945cb0b

View File

@ -124,8 +124,8 @@ export class CardPrintQueueController {
data.facility_code = param.facility_code || null;
data.status = param.status || CardPrintQueueStatus.PENDING;
// data.type = CardPrintQueueType.PROVISION; //test
// data.type = CardPrintQueueType.PRINT_PROVISION; //test
data.type = CardPrintQueueType.PRINT; //test
data.type = CardPrintQueueType.PRINT_PROVISION; //test
// data.type = CardPrintQueueType.PRINT; //test
const authHeader = req.headers.authorization;
let rawToken = "";