Commit 7443a468 authored by 李尚科's avatar 李尚科
parents 915bd1cb 800d3908
Pipeline #13721 passed with stage
in 27 seconds
......@@ -261,8 +261,8 @@ class ApplyService extends Service {
let orderNo = await ctx.service.credit.common.getOrdertNo(TypeConfigFlip[order.type], order.id);
let updateOrderData = {
order_no: orderNo,
apply_id: apply_id,
report_id: report_id,
apply_id: apply.id,
report_id: report.id,
state: '待支付',
state_time: moment().format('YYYY-MM-DD HH:mm:ss'),
valid: 1
......
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