Commit f1c19f6d authored by Hsinli's avatar Hsinli

add

parents 75d8784a 7d3c2e8e
Pipeline #13731 passed with stage
in 27 seconds
...@@ -40,7 +40,7 @@ class OrderService extends Service { ...@@ -40,7 +40,7 @@ class OrderService extends Service {
const item = { const item = {
order_id: order.id, order_id: order.id,
order_no: order.order_no, order_no: order.order_no,
report_id: apply.report_id, report_id: order.report_id,
type: order_type, type: order_type,
created_time: order.created_at, created_time: order.created_at,
phone: order.phone.replace(order.phone.substring(3, 7), "****"), phone: order.phone.replace(order.phone.substring(3, 7), "****"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment