fix: customer and phone in split queue

pull/115/head
shancheas 2024-11-04 15:06:09 +07:00
parent 5f46432327
commit 3ddd837622
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@ export class SplitQueueManager extends BaseCreateManager<QueueOrderModel> {
.flat();
this.data = {
code: order.code,
customer: order.customer,
phone: order.phone,
customer: this.dto.name,
phone: this.dto.phone,
date: order.date,
updated_at: new Date().getTime(),
tickets: [