Commit 7d3c2e8e authored by 李尚科's avatar 李尚科

Fix

parent d8944893
Pipeline #13728 passed with stage
in 5 seconds
......@@ -40,7 +40,7 @@ class OrderService extends Service {
const item = {
order_id: order.id,
order_no: order.order_no,
report_id: apply.report_id,
report_id: order.report_id,
type: order_type,
created_time: order.created_at,
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