Commit 1f5ad149 authored by 李尚科's avatar 李尚科
parents 05130e1b a198b44f
Pipeline #13705 passed with stage
in 26 seconds
...@@ -412,7 +412,7 @@ class OrderService extends Service { ...@@ -412,7 +412,7 @@ class OrderService extends Service {
user_id: ctx.userId, user_id: ctx.userId,
app_user_id: ctx.userId, app_user_id: ctx.userId,
app_id: ctx.appId, app_id: ctx.appId,
app_type_id: ctx.AppTypeId, app_type_id: ctx.appTypeId,
price: params.type === 1 ? 29.9 : 15.9, price: params.type === 1 ? 29.9 : 15.9,
state: '待支付', state: '待支付',
state_time: moment().format('YYYY-MM-DD HH:mm:ss'), state_time: moment().format('YYYY-MM-DD HH:mm:ss'),
......
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