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