fix: QR queue and date booking
parent
bf5914af92
commit
d413f1fa7b
|
@ -138,11 +138,11 @@ export class TicketDataService extends BaseDataService<QueueTicket> {
|
||||||
where: {
|
where: {
|
||||||
// order_id: In(order),
|
// order_id: In(order),
|
||||||
id: ticket_id,
|
id: ticket_id,
|
||||||
items: {
|
// items: {
|
||||||
queue: {
|
// queue: {
|
||||||
status: In(['waiting']),
|
// status: In(['waiting']),
|
||||||
},
|
// },
|
||||||
},
|
// },
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
@ -43,7 +43,7 @@ export class QueueTransactionHandler
|
||||||
code: invoice_code,
|
code: invoice_code,
|
||||||
customer: customer_name,
|
customer: customer_name,
|
||||||
phone: customer_phone,
|
phone: customer_phone,
|
||||||
date: queue_date,
|
date: queue_date * 1000,
|
||||||
transaction_id: id,
|
transaction_id: id,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue