diff --git a/src/controllers/05-quotation-controller.ts b/src/controllers/05-quotation-controller.ts index 053b678..66765b7 100644 --- a/src/controllers/05-quotation-controller.ts +++ b/src/controllers/05-quotation-controller.ts @@ -469,7 +469,7 @@ export class QuotationController extends Controller { })) || { paymentStatus: "PaymentWait", amount: price.finalPrice, - date: v.date, + date: new Date(), }, }, statusOrder: +(rest.status === "INACTIVE"),