Commit 5683f933 authored by Hsinli's avatar Hsinli

add

parent 45c5da32
...@@ -423,7 +423,6 @@ class OrderService extends Service { ...@@ -423,7 +423,6 @@ class OrderService extends Service {
ctx.failed('error order'); ctx.failed('error order');
} }
const { id, type, phone, name, id_card, price, preferential_id, preferential_price, final_price, state, pay_status, pay_method, state_time, } = order; const { id, type, phone, name, id_card, price, preferential_id, preferential_price, final_price, state, pay_status, pay_method, state_time, } = order;
const order_id = id;
const data = { const data = {
order_id, order_id,
type, type,
......
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