测试接单后链路

This commit is contained in:
2026-05-28 15:16:58 +08:00
parent 1bf9d11c35
commit 83be5b3c66
13 changed files with 1437 additions and 93 deletions

View File

@@ -455,6 +455,8 @@ export async function createHomeServiceApplication(draft: HomeServiceApplication
},
recipientName: draft.elderName,
recipientPhone: draft.phone,
recipientAge: draft.age,
recipientGender: draft.gender,
contactName: draft.applicantName,
contactPhone: draft.phone,
appointmentTime: draft.preferredTime,
@@ -565,7 +567,7 @@ function mapOrderToCase(order: ServiceOrderType): HomeServiceCaseType {
serviceTime: formatServiceAppointmentText(order.appointmentTime),
applicantName: order.contactName,
elderName: order.recipientName,
age: 0,
age: order.recipientAge,
phone: order.contactPhone,
address: order.addressSnapshot.fullAddress,
summary: order.remark,